drm/amdgpu: always recover VRAM during GPU recovery
authorChristian König <christian.koenig@amd.com>
Tue, 11 Sep 2018 08:36:16 +0000 (10:36 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Sep 2018 17:38:35 +0000 (12:38 -0500)
commitc33adbc7285f72dbd86aedba858e9570cd9f9c99
tree8f4b0171599b96cd8883faf20c307f5f11df36e9
parent7fcb0657ffa93544142f6a0bb20b7fecf1cc1dca
drm/amdgpu: always recover VRAM during GPU recovery

It shouldn't add much overhead and we should make sure that critical
VRAM content is always restored.

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