drm/radeon: properly handle pm on gpu reset
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2013 13:16:42 +0000 (09:16 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Aug 2013 21:37:07 +0000 (17:37 -0400)
When we reset the GPU, we need to properly tear
down power management before reseting the GPU and then
set it back up again after reset.  Add the missing
radeon_pm_[suspend|resume] calls to the gpu reset
function.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found