Re: [Intel-gfx] [PATCH 29/57] drm/i915: Move scheduler flags

2021-02-04 Thread Chris Wilson
Quoting Tvrtko Ursulin (2021-02-04 15:14:20) > > On 01/02/2021 08:56, Chris Wilson wrote: > > Start extracting the scheduling flags from the engine. We begin with its > > own existence. > > > > Signed-off-by: Chris Wilson > > --- > > drivers/gpu/drm/i915/gt/intel_engine.h| 6 ++ >

Re: [Intel-gfx] [PATCH 29/57] drm/i915: Move scheduler flags

2021-02-04 Thread Tvrtko Ursulin
On 01/02/2021 08:56, Chris Wilson wrote: Start extracting the scheduling flags from the engine. We begin with its own existence. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_engine.h| 6 ++ drivers/gpu/drm/i915/gt/intel_engine_types.h | 21

[Intel-gfx] [PATCH 29/57] drm/i915: Move scheduler flags

2021-02-01 Thread Chris Wilson
Start extracting the scheduling flags from the engine. We begin with its own existence. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_engine.h| 6 ++ drivers/gpu/drm/i915/gt/intel_engine_types.h | 21 +++ .../drm/i915/gt/intel_execlists_submission.c