diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-02-13 17:04:59 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-06-27 19:16:24 -0400 |
commit | 58653abdd22427f2b4f2ec9930cadcbeb8832a73 (patch) | |
tree | 8e25e3c55852c46a33ec6abe39328f8e726e9139 /drivers/gpu/drm/radeon/rv6xx_dpm.c | |
parent | eaa778aff0f19c35e9380c2bc5513b5b60ce01a6 (diff) | |
download | linux-stable-58653abdd22427f2b4f2ec9930cadcbeb8832a73.tar.gz linux-stable-58653abdd22427f2b4f2ec9930cadcbeb8832a73.tar.bz2 linux-stable-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.c | 2 |
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; |