OSDN Git Service

drm/amdgpu: drop scratch regs save and restore from S3/S4 handling
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Dec 2017 20:20:22 +0000 (15:20 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Dec 2017 22:28:09 +0000 (17:28 -0500)
commit4ec6ecf48c64d1da82a008f6fb0be86c4044287d
tree87acfe8a93ad8a9d45105207ea55f0e702733888
parente466c2935fe196f4c9d512650f1224f194a00b51
drm/amdgpu: drop scratch regs save and restore from S3/S4 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