aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-07-24 14:59:48 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-08-30 16:30:00 -0400
commit60320347617c0d97de7dffabcdf617d35cf57b46 (patch)
treede0be1b27f819d78039e5b3ccfa581ee5b3b4cac /drivers/gpu/drm/radeon/radeon.h
parentdrm/radeon/dpm: use multiple UVD power states (v3) (diff)
downloadlinux-dev-60320347617c0d97de7dffabcdf617d35cf57b46.tar.xz
linux-dev-60320347617c0d97de7dffabcdf617d35cf57b46.zip
drm/radeon/dpm: rework thermal state handling
1. Handle the the thermal state directly in the work handler. Remove the state selection function since nothing else uses it now. 2. On some asics there is no thermal state, so we just use a regular state and force the low performance state. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index a276f0267433..034782804846 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -1365,8 +1365,6 @@ struct radeon_dpm {
unsigned hd;
};
-void radeon_dpm_enable_power_state(struct radeon_device *rdev,
- enum radeon_pm_state_type dpm_state);
void radeon_dpm_enable_uvd(struct radeon_device *rdev, bool enable);
struct radeon_pm {