]> rtime.felk.cvut.cz Git - linux-imx.git/commit
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)
commit95f595097b22827a5ee562afff402570c6b8205a
tree257960b42d63a5c8e421bab3c320f2061fba9f62
parentadfb8e51332153016857194b85309150ac560286
drm/radeon: properly handle pm on gpu reset

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>
drivers/gpu/drm/radeon/radeon_device.c