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/
H A Ddml2_translation_helper.c1268 int disp_cfg_stream_location, disp_cfg_plane_location; in map_dc_state_into_dml_display_cfg() local
1300 disp_cfg_stream_location = map_stream_to_dml_display_cfg(dml2, context->streams[i], dml_dispcfg); in map_dc_state_into_dml_display_cfg()
1303 if (disp_cfg_stream_location < 0) in map_dc_state_into_dml_display_cfg()
1304 disp_cfg_stream_location = dml_dispcfg->num_timings++; in map_dc_state_into_dml_display_cfg()
1306 …ASSERT(disp_cfg_stream_location >= 0 && disp_cfg_stream_location <= __DML2_WRAPPER_MAX_STREAMS_PLA… in map_dc_state_into_dml_display_cfg()
1308 …populate_dml_timing_cfg_from_stream_state(&dml_dispcfg->timing, disp_cfg_stream_location, context-… in map_dc_state_into_dml_display_cfg()
1309 …populate_dml_output_cfg_from_stream_state(&dml_dispcfg->output, disp_cfg_stream_location, context-… in map_dc_state_into_dml_display_cfg()
1312 disp_cfg_stream_location, context->streams[i]); in map_dc_state_into_dml_display_cfg()
1316 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()
1319 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 …]