aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_pm.c
diff options
context:
space:
mode:
authorSamuel Li <samuel.li@amd.com>2014-04-30 18:40:51 -0400
committerChristian König <christian.koenig@amd.com>2014-05-06 12:20:01 +0200
commit7d032a4b8d460397b6e4a3f343a59fdd1bd5a487 (patch)
tree7aa95d186123056e8c3eaf062101956c77545994 /drivers/gpu/drm/radeon/radeon_pm.c
parentdrm/radeon: add Mullins UVD support. (diff)
downloadlinux-dev-7d032a4b8d460397b6e4a3f343a59fdd1bd5a487.tar.xz
linux-dev-7d032a4b8d460397b6e4a3f343a59fdd1bd5a487.zip
drm/radeon: add Mullins dpm support.
Generic dpm support similar to Kabini. Mullins specific features will be worked on later. Signed-off-by: Samuel Li <samuel.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/radeon/radeon_pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/radeon/radeon_pm.c
index 6fac8efe8340..f30b8426eee2 100644
--- a/drivers/gpu/drm/radeon/radeon_pm.c
+++ b/drivers/gpu/drm/radeon/radeon_pm.c
@@ -1300,6 +1300,7 @@ int radeon_pm_init(struct radeon_device *rdev)
case CHIP_KABINI:
case CHIP_KAVERI:
case CHIP_HAWAII:
+ case CHIP_MULLINS:
/* DPM requires the RLC, RV770+ dGPU requires SMC */
if (!rdev->rlc_fw)
rdev->pm.pm_method = PM_METHOD_PROFILE;