Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c968 if ((!adev->pm.dpm.thermal_active) && in amdgpu_dpm_change_power_state_locked()
1013 if (adev->pm.dpm.thermal_active) { in amdgpu_dpm_change_power_state_locked()
1064 adev->pm.dpm.thermal_active = true; in amdgpu_dpm_thermal_work_handler()
1066 adev->pm.dpm.thermal_active = false; in amdgpu_dpm_thermal_work_handler()
/linux-5.19.10/drivers/gpu/drm/radeon/
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()
Dradeon.h1610 bool thermal_active; member
/linux-5.19.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h269 bool thermal_active; member
/linux-5.19.10/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c799 if (adev->pm.dpm.thermal_active) in amdgpu_dpm_force_performance_level()