]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdb5cdc9bfb9f47ceee198aafed7032d7cad24651
tree2e569845f2b018068211a07a9dcbb137ee3d11e4
parenteb220518f4af686d5176b38bf6b6f10809d44dc3
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