Re: [Intel-gfx] [PATCH 26/57] drm/i915: Move finding the current active request to the scheduler

2021-02-04 Thread Chris Wilson
Quoting Tvrtko Ursulin (2021-02-04 14:30:18) > > On 01/02/2021 08:56, Chris Wilson wrote: > > Since finding the currently active request starts by walking the > > scheduler lists under the scheduler lock, move the routine to the > > scheduler. > > > > Signed-off-by: Chris Wilson > > --- > >

Re: [Intel-gfx] [PATCH 26/57] drm/i915: Move finding the current active request to the scheduler

2021-02-04 Thread Tvrtko Ursulin
On 01/02/2021 08:56, Chris Wilson wrote: Since finding the currently active request starts by walking the scheduler lists under the scheduler lock, move the routine to the scheduler. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_engine.h| 3 -

[Intel-gfx] [PATCH 26/57] drm/i915: Move finding the current active request to the scheduler

2021-02-01 Thread Chris Wilson
Since finding the currently active request starts by walking the scheduler lists under the scheduler lock, move the routine to the scheduler. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_engine.h| 3 - drivers/gpu/drm/i915/gt/intel_engine_cs.c | 71 ++--