Re: [PATCH 04/11] drm/panfrost: use scheduler dependency tracking

2021-06-24 Thread Steven Price
On 24/06/2021 15:00, Daniel Vetter wrote: > Just deletes some code that's now more shared. > > Note that thanks to the split into drm_sched_job_init/arm we can now > easily pull the _init() part from under the submission lock way ahead > where we're adding the sync file in-fences as dependencies.

[PATCH 04/11] drm/panfrost: use scheduler dependency tracking

2021-06-24 Thread Daniel Vetter
Just deletes some code that's now more shared. Note that thanks to the split into drm_sched_job_init/arm we can now easily pull the _init() part from under the submission lock way ahead where we're adding the sync file in-fences as dependencies. Signed-off-by: Daniel Vetter Cc: Rob Herring Cc: