OSDN Git Service

drm/amdgpu: drop atom scratch save/restore in gpu reset
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Oct 2016 15:25:25 +0000 (11:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Oct 2016 15:17:53 +0000 (11:17 -0400)
commit08e23a02e3e2dd6dde0f2f5bb90d03f5bc2a5804
tree2e569845f2b018068211a07a9dcbb137ee3d11e4
parentfb9a5b0c1c9893db2e0d18544fd49e19d784a87d
drm/amdgpu: drop atom scratch save/restore in gpu reset

This is already handled by the dce IP modules in their
suspend and resume code.  No need to do it again.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c