Re: [PATCH] drm/scheduler: remove full_recover from drm_sched_start

2024-07-24 Thread Matthew Brost
On Mon, Jul 22, 2024 at 10:38:16AM +0200, Christian König wrote: > This was basically just another one of amdgpus hacks. The parameter > allowed to restart the scheduler without turning fence signaling on > again. > > That this is absolutely not a good idea should be obvious by now since > the fen

[PATCH] drm/scheduler: remove full_recover from drm_sched_start

2024-07-22 Thread Christian König
This was basically just another one of amdgpus hacks. The parameter allowed to restart the scheduler without turning fence signaling on again. That this is absolutely not a good idea should be obvious by now since the fences will then just sit there and never signal. While at it cleanup the code