commit | 95f595097b22827a5ee562afff402570c6b8205a | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Wed Jul 31 09:16:42 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Aug 07 17:37:07 2013 -0400 |
tree | 257960b42d63a5c8e421bab3c320f2061fba9f62 | |
parent | adfb8e51332153016857194b85309150ac560286 [diff] |
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>