aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/sumo_dpm.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-06-25 15:45:03 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-06-27 19:16:22 -0400
commit9d45ad5affddfdf3d1d5d6d5ac28024bd9ee97ee (patch)
tree36657ea2a88ab7668607815b535a6f36d2a5a071 /drivers/gpu/drm/radeon/sumo_dpm.h
parentdrm/radeon: add missing UVD clock set in cayman dpm code (diff)
downloadlinux-dev-9d45ad5affddfdf3d1d5d6d5ac28024bd9ee97ee.tar.xz
linux-dev-9d45ad5affddfdf3d1d5d6d5ac28024bd9ee97ee.zip
drm/radeon/dpm: remove local sumo_get_xclk()
Use the new asic callback instead. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/sumo_dpm.h')
-rw-r--r--drivers/gpu/drm/radeon/sumo_dpm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/sumo_dpm.h b/drivers/gpu/drm/radeon/sumo_dpm.h
index a3a7a6190713..07dda299c784 100644
--- a/drivers/gpu/drm/radeon/sumo_dpm.h
+++ b/drivers/gpu/drm/radeon/sumo_dpm.h
@@ -188,7 +188,6 @@ struct sumo_power_info {
#define SUMO_GFXPOWERGATINGT_DFLT 100
/* sumo_dpm.c */
-u32 sumo_get_xclk(struct radeon_device *rdev);
void sumo_gfx_clockgating_initialize(struct radeon_device *rdev);
void sumo_program_vc(struct radeon_device *rdev, u32 vrc);
void sumo_clear_vc(struct radeon_device *rdev);