Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c933 if ((!adev->pm.dpm.thermal_active) && in amdgpu_dpm_change_power_state_locked()
978 if (adev->pm.dpm.thermal_active) { in amdgpu_dpm_change_power_state_locked()
1032 adev->pm.dpm.thermal_active = true; in amdgpu_dpm_thermal_work_handler()
1034 adev->pm.dpm.thermal_active = false; in amdgpu_dpm_thermal_work_handler()
/linux-6.15/drivers/gpu/drm/radeon/
H A Dradeon_pm.c554 if (rdev->pm.dpm.thermal_active) { in radeon_set_dpm_forced_performance_level()
899 rdev->pm.dpm.thermal_active = true; in radeon_dpm_thermal_work_handler()
901 rdev->pm.dpm.thermal_active = false; in radeon_dpm_thermal_work_handler()
1069 if ((!rdev->pm.dpm.thermal_active) && in radeon_dpm_change_power_state_locked()
1168 if (rdev->pm.dpm.thermal_active) { in radeon_dpm_change_power_state_locked()
H A Dradeon.h1570 bool thermal_active; member
/linux-6.15/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h282 bool thermal_active; member
/linux-6.15/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c1067 if (adev->pm.dpm.thermal_active) in amdgpu_dpm_force_performance_level()