Commit 0788a47e authored by Christian König's avatar Christian König Committed by Alex Deucher

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: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6868a2c4
...@@ -5760,8 +5760,6 @@ void amdgpu_pci_resume(struct pci_dev *pdev) ...@@ -5760,8 +5760,6 @@ void amdgpu_pci_resume(struct pci_dev *pdev)
if (!ring || !ring->sched.thread) if (!ring || !ring->sched.thread)
continue; continue;
drm_sched_resubmit_jobs(&ring->sched);
drm_sched_start(&ring->sched, true); drm_sched_start(&ring->sched, true);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment