HomeSort by: relevance | last modified time | path
    Searched refs:thermal_active (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.h 414 bool thermal_active; member in struct:amdgpu_dpm
amdgpu_pm.c 412 if (adev->pm.dpm.thermal_active) {
2965 adev->pm.dpm.thermal_active = true;
2967 adev->pm.dpm.thermal_active = false;
3121 if ((!adev->pm.dpm.thermal_active) &&
3164 if (adev->pm.dpm.thermal_active) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_pm.c 573 if (rdev->pm.dpm.thermal_active) {
871 rdev->pm.dpm.thermal_active = true;
873 rdev->pm.dpm.thermal_active = false;
1041 if ((!rdev->pm.dpm.thermal_active) &&
1140 if (rdev->pm.dpm.thermal_active) {
radeon.h 1620 bool thermal_active; member in struct:radeon_dpm

Completed in 129 milliseconds