Home
last modified time | relevance | path

Searched refs:new_active_crtc_count (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_pm.c884 bool single_display = (rdev->pm.dpm.new_active_crtc_count < 2) ? in radeon_dpm_single_display()
1073 rdev->pm.dpm.current_active_crtc_count = rdev->pm.dpm.new_active_crtc_count; in radeon_dpm_change_power_state_locked()
1086 (rdev->pm.dpm.new_active_crtc_count > 1)) { in radeon_dpm_change_power_state_locked()
1092 rdev->pm.dpm.current_active_crtc_count = rdev->pm.dpm.new_active_crtc_count; in radeon_dpm_change_power_state_locked()
1138 rdev->pm.dpm.current_active_crtc_count = rdev->pm.dpm.new_active_crtc_count; in radeon_dpm_change_power_state_locked()
1758 rdev->pm.dpm.new_active_crtc_count = 0; in radeon_pm_compute_clocks_dpm()
1765 rdev->pm.dpm.new_active_crtc_count++; in radeon_pm_compute_clocks_dpm()
Dcypress_dpm.c1749 if (rdev->pm.dpm.new_active_crtc_count > 0) in cypress_program_display_gap()
1754 if (rdev->pm.dpm.new_active_crtc_count > 1) in cypress_program_display_gap()
1764 if ((rdev->pm.dpm.new_active_crtc_count > 0) && in cypress_program_display_gap()
1781 cypress_notify_smc_display_change(rdev, rdev->pm.dpm.new_active_crtc_count > 0); in cypress_program_display_gap()
Dsi_dpm.c2997 if ((rdev->pm.dpm.new_active_crtc_count > 1) || in si_apply_state_adjust_rules()
3667 if (rdev->pm.dpm.new_active_crtc_count > 0) in si_program_display_gap()
3672 if (rdev->pm.dpm.new_active_crtc_count > 1) in si_program_display_gap()
3682 if ((rdev->pm.dpm.new_active_crtc_count > 0) && in si_program_display_gap()
3703 si_notify_smc_display_change(rdev, rdev->pm.dpm.new_active_crtc_count > 0); in si_program_display_gap()
4984 (rdev->pm.dpm.new_active_crtc_count <= 2)) { in si_convert_power_level_to_smc()
5301 if (rdev->pm.dpm.new_active_crtc_count == 0) in si_upload_smc_data()
Dtrinity_dpm.c1547 u32 num_active_displays = rdev->pm.dpm.new_active_crtc_count; in trinity_apply_state_adjust_rules()
1637 u32 num_active_displays = rdev->pm.dpm.new_active_crtc_count; in trinity_add_dccac_value()
Dci_dpm.c798 if ((rdev->pm.dpm.new_active_crtc_count > 1) || in ci_apply_state_adjust_rules()
1980 if (rdev->pm.dpm.new_active_crtc_count > 0) in ci_program_display_gap()
2000 ci_notify_smc_display_change(rdev, (rdev->pm.dpm.new_active_crtc_count == 1)); in ci_program_display_gap()
2918 (rdev->pm.dpm.new_active_crtc_count <= 2)) in ci_populate_single_memory_level()
3878 rdev->pm.dpm.new_active_crtc_count) in ci_find_dpm_states_clocks_in_dpm_table()
Dkv_dpm.c2244 pi->video_start || (rdev->pm.dpm.new_active_crtc_count >= 3) || in kv_apply_state_adjust_rules()
2303 (rdev->pm.dpm.new_active_crtc_count >= 3) || pi->video_start); in kv_calculate_nbps_level_settings()
Dbtc_dpm.c2104 if ((rdev->pm.dpm.new_active_crtc_count > 1) || in btc_apply_state_adjust_rules()
Dradeon.h1561 int new_active_crtc_count; member
Dni_dpm.c796 if ((rdev->pm.dpm.new_active_crtc_count > 1) || in ni_apply_state_adjust_rules()
/Linux-v5.10/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c130 adev->pm.dpm.new_active_crtc_count = 0; in amdgpu_dpm_get_active_displays()
137 adev->pm.dpm.new_active_crtc_count++; in amdgpu_dpm_get_active_displays()
1347 bool single_display = (adev->pm.dpm.new_active_crtc_count < 2) ? in amdgpu_dpm_pick_power_state()
1528 adev->pm.dpm.current_active_crtc_count = adev->pm.dpm.new_active_crtc_count; in amdgpu_dpm_change_power_state_locked()
1571 adev->pm.pm_display_cfg.num_display = adev->pm.dpm.new_active_crtc_count; in amdgpu_pm_compute_clocks()
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h396 int new_active_crtc_count; member
/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/
Dsi_dpm.c3455 if ((adev->pm.dpm.new_active_crtc_count > 1) || in si_apply_state_adjust_rules()
4132 if (adev->pm.dpm.new_active_crtc_count > 0) in si_program_display_gap()
4137 if (adev->pm.dpm.new_active_crtc_count > 1) in si_program_display_gap()
4147 if ((adev->pm.dpm.new_active_crtc_count > 0) && in si_program_display_gap()
4168 si_notify_smc_display_change(adev, adev->pm.dpm.new_active_crtc_count > 0); in si_program_display_gap()
5446 (adev->pm.dpm.new_active_crtc_count <= 2)) { in si_convert_power_level_to_smc()
5761 if (adev->pm.dpm.new_active_crtc_count == 0) in si_upload_smc_data()
Dkv_dpm.c2310 pi->video_start || (adev->pm.dpm.new_active_crtc_count >= 3) || in kv_apply_state_adjust_rules()
2369 (adev->pm.dpm.new_active_crtc_count >= 3) || pi->video_start); in kv_calculate_nbps_level_settings()