Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c730 int disp_cfg_stream_location, disp_cfg_plane_location; in dml21_map_dc_state_into_dml_display_cfg() local
748disp_cfg_stream_location = map_stream_to_dml21_display_cfg(dml_ctx, context->streams[stream_index]… in dml21_map_dc_state_into_dml_display_cfg()
750 if (disp_cfg_stream_location < 0) in dml21_map_dc_state_into_dml_display_cfg()
751 disp_cfg_stream_location = dml_dispcfg->num_streams++; in dml21_map_dc_state_into_dml_display_cfg()
753 …ASSERT(disp_cfg_stream_location >= 0 && disp_cfg_stream_location < __DML2_WRAPPER_MAX_STREAMS_PLAN… in dml21_map_dc_state_into_dml_display_cfg()
754 …iming_config_from_stream_state(&dml_dispcfg->stream_descriptors[disp_cfg_stream_location].timing, … in dml21_map_dc_state_into_dml_display_cfg()
755 …utput_config_from_stream_state(&dml_dispcfg->stream_descriptors[disp_cfg_stream_location].output, … in dml21_map_dc_state_into_dml_display_cfg()
756 …am_overrides_from_stream_state(&dml_dispcfg->stream_descriptors[disp_cfg_stream_location], context… in dml21_map_dc_state_into_dml_display_cfg()
758 …dml_dispcfg->stream_descriptors[disp_cfg_stream_location].overrides.hw.twait_budgeting.fclk_pstate… in dml21_map_dc_state_into_dml_display_cfg()
759 …dml_dispcfg->stream_descriptors[disp_cfg_stream_location].overrides.hw.twait_budgeting.uclk_pstate… in dml21_map_dc_state_into_dml_display_cfg()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_translation_helper.c1296 int disp_cfg_stream_location, disp_cfg_plane_location; in map_dc_state_into_dml_display_cfg() local
1328 disp_cfg_stream_location = map_stream_to_dml_display_cfg(dml2, context->streams[i], dml_dispcfg); in map_dc_state_into_dml_display_cfg()
1331 if (disp_cfg_stream_location < 0) in map_dc_state_into_dml_display_cfg()
1332 disp_cfg_stream_location = dml_dispcfg->num_timings++; in map_dc_state_into_dml_display_cfg()
1334 …ASSERT(disp_cfg_stream_location >= 0 && disp_cfg_stream_location < __DML2_WRAPPER_MAX_STREAMS_PLAN… in map_dc_state_into_dml_display_cfg()
1336 …populate_dml_timing_cfg_from_stream_state(&dml_dispcfg->timing, disp_cfg_stream_location, context-… in map_dc_state_into_dml_display_cfg()
1337 …populate_dml_output_cfg_from_stream_state(&dml_dispcfg->output, disp_cfg_stream_location, context-… in map_dc_state_into_dml_display_cfg()
1340 disp_cfg_stream_location, context->streams[i]); in map_dc_state_into_dml_display_cfg()
1344 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()
1347 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 …]