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)
committerJiri Slaby <jslaby@suse.cz>
Fri, 18 Jul 2014 13:51:27 +0000 (15:51 +0200)
commitd52023d8dab741fe093790eca47c32ba2bc89779
treea118d6871c2401d80c6e30fb3da7a595766c8e4f
parentd5d31b715b30a67a3a60ac39fd6c92de680c1daa
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: Jiri Slaby <jslaby@suse.cz>
drivers/gpu/drm/radeon/ci_dpm.c