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/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 …]