]> git.baikalelectronics.ru Git - kernel.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)
commit567ccc392490f852f2d196605416e61bf2c3f2b1
tree257960b42d63a5c8e421bab3c320f2061fba9f62
parentc27457c11984ffc2dd70f3ffc39b0c648031b057
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