Searched refs:disp_cfg_stream_location (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
D | dml21_translation_helper.c | 951 int disp_cfg_stream_location, disp_cfg_plane_location; in dml21_map_dc_state_into_dml_display_cfg() local 969 …disp_cfg_stream_location = map_stream_to_dml21_display_cfg(dml_ctx, context->streams[stream_index]… in dml21_map_dc_state_into_dml_display_cfg() 971 if (disp_cfg_stream_location < 0) in dml21_map_dc_state_into_dml_display_cfg() 972 disp_cfg_stream_location = dml_dispcfg->num_streams++; in dml21_map_dc_state_into_dml_display_cfg() 974 …ASSERT(disp_cfg_stream_location >= 0 && disp_cfg_stream_location <= __DML2_WRAPPER_MAX_STREAMS_PLA… in dml21_map_dc_state_into_dml_display_cfg() 975 …iming_config_from_stream_state(&dml_dispcfg->stream_descriptors[disp_cfg_stream_location].timing, … in dml21_map_dc_state_into_dml_display_cfg() 976 …utput_config_from_stream_state(&dml_dispcfg->stream_descriptors[disp_cfg_stream_location].output, … in dml21_map_dc_state_into_dml_display_cfg() 977 …am_overrides_from_stream_state(&dml_dispcfg->stream_descriptors[disp_cfg_stream_location], context… in dml21_map_dc_state_into_dml_display_cfg() 979 …dml_dispcfg->stream_descriptors[disp_cfg_stream_location].overrides.hw.twait_budgeting.fclk_pstate… in dml21_map_dc_state_into_dml_display_cfg() 980 …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-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | dml2_translation_helper.c | 1268 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 …]
|