diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-12-18 14:11:40 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-12-24 17:54:11 -0500 |
commit | 68e3a092c152443515c9ea2b0d008b80521efb4d (patch) | |
tree | cff1525805739395cb8c7b942645a9681fab5381 /drivers/gpu/drm/radeon/si.c | |
parent | bb5abf9f64df97431a12602d3e8cdea934d48bb3 (diff) |
drm/radeon/si: drop cg_update from dpm code
I'm not entirely sure this is required and it won't work
with the dpm restructing anyway.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/si.c')
-rw-r--r-- | drivers/gpu/drm/radeon/si.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c index a36736dab5e0..e3a9fc7a8020 100644 --- a/drivers/gpu/drm/radeon/si.c +++ b/drivers/gpu/drm/radeon/si.c | |||
@@ -5210,8 +5210,8 @@ static void si_enable_hdp_ls(struct radeon_device *rdev, | |||
5210 | WREG32(HDP_MEM_POWER_LS, data); | 5210 | WREG32(HDP_MEM_POWER_LS, data); |
5211 | } | 5211 | } |
5212 | 5212 | ||
5213 | void si_update_cg(struct radeon_device *rdev, | 5213 | static void si_update_cg(struct radeon_device *rdev, |
5214 | u32 block, bool enable) | 5214 | u32 block, bool enable) |
5215 | { | 5215 | { |
5216 | if (block & RADEON_CG_BLOCK_GFX) { | 5216 | if (block & RADEON_CG_BLOCK_GFX) { |
5217 | si_enable_gui_idle_interrupt(rdev, false); | 5217 | si_enable_gui_idle_interrupt(rdev, false); |