Re: [Intel-gfx] [PATCH 23/57] drm/i915: Move tasklet from execlists to sched

2021-02-04 Thread Tvrtko Ursulin
On 01/02/2021 08:56, Chris Wilson wrote: Move the scheduling tasklists out of the execlists backend into the per-engine scheduling bookkeeping. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_engine.h| 33 +++- drivers/gpu/drm/i915/gt/intel_engine_cs.c | 33

[Intel-gfx] [PATCH 23/57] drm/i915: Move tasklet from execlists to sched

2021-02-01 Thread Chris Wilson
Move the scheduling tasklists out of the execlists backend into the per-engine scheduling bookkeeping. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_engine.h| 33 +++- drivers/gpu/drm/i915/gt/intel_engine_cs.c | 33 ++--