drm/amdgpu: stop resubmittting jobs in amdgpu_pci_resume
authorChristian König <christian.koenig@amd.com>
Wed, 26 Oct 2022 10:48:24 +0000 (12:48 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Nov 2022 20:25:45 +0000 (15:25 -0500)
commit0788a47e7cec7ebdcb1ad8912754b8b8b06ee915
treed3df0ce42580ba1cf340ebf563ae3a5fd3f02200
parent6868a2c46560670efc0d1f2b446cc57edcaf960d
drm/amdgpu: stop resubmittting jobs in amdgpu_pci_resume

The state of VRAM is unreliable due to a PCI event like AER, link reset
or DPC.

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