drm/amdgpu: drop scratch regs save and restore from GPU reset handling
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Dec 2017 20:22:56 +0000 (15:22 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Dec 2017 22:28:09 +0000 (17:28 -0500)
commit88bc1e3c38aaadbedd1df96e8bbe62b06f7cda1f
treedc6d7e200e8e8525897e096695aa803225c29f25
parent4ec6ecf48c64d1da82a008f6fb0be86c4044287d
drm/amdgpu: drop scratch regs save and restore from GPU reset handling

The expectation is that the base driver doesn't mess with these.
Some components interact with these directly so let the components
handle these directly.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Acked-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