File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
drivers/gpu/drm/amd/amdgpu Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -547,9 +547,6 @@ void amdgpu_fence_driver_hw_fini(struct amdgpu_device *adev)
547
547
if (!ring || !ring -> fence_drv .initialized )
548
548
continue ;
549
549
550
- if (!ring -> no_scheduler )
551
- drm_sched_stop (& ring -> sched , NULL );
552
-
553
550
/* You can't wait for HW to signal if it's gone */
554
551
if (!drm_dev_is_unplugged (adev_to_drm (adev )))
555
552
r = amdgpu_fence_wait_empty (ring );
@@ -609,11 +606,6 @@ void amdgpu_fence_driver_hw_init(struct amdgpu_device *adev)
609
606
if (!ring || !ring -> fence_drv .initialized )
610
607
continue ;
611
608
612
- if (!ring -> no_scheduler ) {
613
- drm_sched_resubmit_jobs (& ring -> sched );
614
- drm_sched_start (& ring -> sched , true);
615
- }
616
-
617
609
/* enable the interrupt */
618
610
if (ring -> fence_drv .irq_src )
619
611
amdgpu_irq_get (adev , ring -> fence_drv .irq_src ,
You can’t perform that action at this time.
0 commit comments