提交 0788a47e 编写于 作者: C Christian König 提交者: 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: NChristian König <christian.koenig@amd.com>
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册