aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/rv6xx_dpm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-02-13 17:04:59 -0500
committerAlex Deucher <alexander.deucher@amd.com>2013-06-27 19:16:24 -0400
commit58653abdd22427f2b4f2ec9930cadcbeb8832a73 (patch)
tree8e25e3c55852c46a33ec6abe39328f8e726e9139 /drivers/gpu/drm/radeon/rv6xx_dpm.c
parentdrm/radeon/atom: add helper to calcuate mpll params (diff)
downloadlinux-dev-58653abdd22427f2b4f2ec9930cadcbeb8832a73.tar.xz
linux-dev-58653abdd22427f2b4f2ec9930cadcbeb8832a73.zip
drm/radeon: update radeon_atom_is_voltage_gpio() for SI
SI uses a new atom table. Required for DPM on SI. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/rv6xx_dpm.c')
-rw-r--r--drivers/gpu/drm/radeon/rv6xx_dpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/rv6xx_dpm.c b/drivers/gpu/drm/radeon/rv6xx_dpm.c
index e8f07b122334..cc2a7c2477e7 100644
--- a/drivers/gpu/drm/radeon/rv6xx_dpm.c
+++ b/drivers/gpu/drm/radeon/rv6xx_dpm.c
@@ -1933,7 +1933,7 @@ int rv6xx_dpm_init(struct radeon_device *rdev)
pi->fb_div_scale = 0;
pi->voltage_control =
- radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDC);
+ radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDC, 0);
pi->gfx_clock_gating = true;