Home
last modified time | relevance | path

Searched refs:disp_cfg_stream_location (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_translation_helper.c1307 int disp_cfg_stream_location, disp_cfg_plane_location; in map_dc_state_into_dml_display_cfg() local
1339 disp_cfg_stream_location = map_stream_to_dml_display_cfg(dml2, context->streams[i], dml_dispcfg); in map_dc_state_into_dml_display_cfg()
1342 if (disp_cfg_stream_location < 0) in map_dc_state_into_dml_display_cfg()
1343 disp_cfg_stream_location = dml_dispcfg->num_timings++; in map_dc_state_into_dml_display_cfg()
1345 …ASSERT(disp_cfg_stream_location >= 0 && disp_cfg_stream_location < __DML2_WRAPPER_MAX_STREAMS_PLAN… in map_dc_state_into_dml_display_cfg()
1347 …populate_dml_timing_cfg_from_stream_state(&dml_dispcfg->timing, disp_cfg_stream_location, context-… in map_dc_state_into_dml_display_cfg()
1348 …populate_dml_output_cfg_from_stream_state(&dml_dispcfg->output, disp_cfg_stream_location, context-… in map_dc_state_into_dml_display_cfg()
1351 disp_cfg_stream_location, context->streams[i]); in map_dc_state_into_dml_display_cfg()
1355 dml2->v20.dml_core_ctx.policy.ODMUse[disp_cfg_stream_location] = dml_odm_use_policy_combine_2to1; in map_dc_state_into_dml_display_cfg()
1358 dml2->v20.dml_core_ctx.policy.ODMUse[disp_cfg_stream_location] = dml_odm_use_policy_combine_4to1; in map_dc_state_into_dml_display_cfg()
[all …]