Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c942 if ((!adev->pm.dpm.thermal_active) && in amdgpu_dpm_change_power_state_locked()
987 if (adev->pm.dpm.thermal_active) { in amdgpu_dpm_change_power_state_locked()
1041 adev->pm.dpm.thermal_active = true; in amdgpu_dpm_thermal_work_handler()
1043 adev->pm.dpm.thermal_active = false; in amdgpu_dpm_thermal_work_handler()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_pm.c553 if (rdev->pm.dpm.thermal_active) { in radeon_set_dpm_forced_performance_level()
898 rdev->pm.dpm.thermal_active = true; in radeon_dpm_thermal_work_handler()
900 rdev->pm.dpm.thermal_active = false; in radeon_dpm_thermal_work_handler()
1068 if ((!rdev->pm.dpm.thermal_active) && in radeon_dpm_change_power_state_locked()
1167 if (rdev->pm.dpm.thermal_active) { in radeon_dpm_change_power_state_locked()
H A Dradeon.h1571 bool thermal_active; member
/openbmc/linux/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h278 bool thermal_active; member
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c906 if (adev->pm.dpm.thermal_active) in amdgpu_dpm_force_performance_level()