aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/rv740_dpm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-06-27 18:54:46 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-06-27 19:16:12 -0400
commit5d77d776416a8881e49d42a30e0eaa919fc98ba5 (patch)
tree6dc48c87becb61cbc96d7cd7f8a44f0813ba8fe5 /drivers/gpu/drm/radeon/rv740_dpm.c
parentc70d45536c2e76751dd036951c523e1401eb6e07 (diff)
drm/radeon/dpm/rv7xx: restructure code
Needed to properly handle dynamic state adjustment. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/rv740_dpm.c')
-rw-r--r--drivers/gpu/drm/radeon/rv740_dpm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/rv740_dpm.c b/drivers/gpu/drm/radeon/rv740_dpm.c
index f6d79a1f62c1..c4c8da501da8 100644
--- a/drivers/gpu/drm/radeon/rv740_dpm.c
+++ b/drivers/gpu/drm/radeon/rv740_dpm.c
@@ -29,7 +29,6 @@
29#include "rv770_dpm.h" 29#include "rv770_dpm.h"
30#include "atom.h" 30#include "atom.h"
31 31
32struct rv7xx_ps *rv770_get_ps(struct radeon_ps *rps);
33struct rv7xx_power_info *rv770_get_pi(struct radeon_device *rdev); 32struct rv7xx_power_info *rv770_get_pi(struct radeon_device *rdev);
34 33
35u32 rv740_get_decoded_reference_divider(u32 encoded_ref) 34u32 rv740_get_decoded_reference_divider(u32 encoded_ref)