Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h667 enum dml2_pstate_method uclk_pstate_switch_modes[DML2_MAX_PLANES]; member
895 enum dml2_pstate_method uclk_pstate_switch_modes[DML2_MAX_PLANES]; member
1397 enum dml2_pstate_method *uclk_pstate_switch_modes; member
1826 const enum dml2_pstate_method *uclk_pstate_switch_modes; member
2493 const enum dml2_pstate_method *uclk_pstate_switch_modes; member
H A Ddml2_core_dcn5_funcs_mode_programming.c98 memcpy(mode_lib->mp.uclk_pstate_switch_modes, in dcn5_mode_programming()
348 CalculateVMRowAndSwath_params->uclk_pstate_switch_modes = mode_lib->ms.uclk_pstate_switch_modes; in dcn5_mode_programming()
1117 CalculateWatermarks_params->uclk_pstate_switch_modes = mode_lib->mp.uclk_pstate_switch_modes; in dcn5_mode_programming()
H A Ddml2_core_dcn6_calcs_dchub.c1310 …*p->global_dram_clock_change_support_required |= p->uclk_pstate_switch_modes[k] != dml2_pstate_met… in dcn6_calculate_watermarks_and_dram_speed_change_support()
1312 p->uclk_pstate_switch_modes[k], in dcn6_calculate_watermarks_and_dram_speed_change_support()
H A Ddml2_core_dcn5_calcs_dchub.c1532 …OSE("DML::%s: k=%u, uclk_pstate_switch_modes = %u\n", __func__, k, p->uclk_pstate_switch_modes[k]); in dcn5_calculate_vm_row_and_swath()
1540 || (p->uclk_pstate_switch_modes[k] == dml2_pstate_method_alternate); in dcn5_calculate_vm_row_and_swath()
1559 || (p->uclk_pstate_switch_modes[k] == dml2_pstate_method_alternate); in dcn5_calculate_vm_row_and_swath()
4462 …*p->global_dram_clock_change_support_required |= p->uclk_pstate_switch_modes[k] != dml2_pstate_met… in dcn5_calculate_watermarks_and_dram_speed_change_support()
4464 p->uclk_pstate_switch_modes[k], in dcn5_calculate_watermarks_and_dram_speed_change_support()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn6_stage_optimizers.c1001 worksheet->cur.config.uclk_pstate_switch_modes[plane_index] = dml2_pstate_method_alternate; in setup_planes_for_alternate_by_mask()
1015 worksheet->cur.config.uclk_pstate_switch_modes[plane_index] = dml2_pstate_method_vactive; in dcn6_setup_planes_for_vactive_by_mask()