]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/radeon: fix typo in ci_stop_dpm()
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Jul 2014 22:25:25 +0000 (18:25 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jul 2014 23:23:16 +0000 (16:23 -0700)
commitcd3299ff53b3edad5f4725771c5d8b9d9ec2b633
tree0b8c3693747447de4bb821eb238cbc68caa64682
parent4579eade4e21aefc83e7f36e44ac7a31bcd667d6
drm/radeon: fix typo in ci_stop_dpm()

commit ed96377132e564d797c48a5490fd46bed01c4273 upstream.

Need to use the RREG32_SMC() accessor since the register
is an smc indirect index.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/ci_dpm.c