diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-06-25 23:45:03 +0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-06-28 03:16:22 +0400 |
commit | 9d45ad5affddfdf3d1d5d6d5ac28024bd9ee97ee (patch) | |
tree | 36657ea2a88ab7668607815b535a6f36d2a5a071 /drivers/gpu/drm/radeon/sumo_dpm.h | |
parent | a5b91af2e2e36e6031296675cf0c060879268032 (diff) | |
download | linux-9d45ad5affddfdf3d1d5d6d5ac28024bd9ee97ee.tar.xz |
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.h | 1 |
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); |