Re: [Intel-gfx] [PATCH 25/57] drm/i915: Move submit_request to i915_sched_engine

2021-02-04 Thread Chris Wilson
Quoting Tvrtko Ursulin (2021-02-04 14:13:17) > > On 01/02/2021 08:56, Chris Wilson wrote: > > @@ -28,6 +28,15 @@ struct i915_sched { > > > > unsigned long mask; /* available scheduling channels */ > > > > + /* > > + * Pass the request to the hardware queue (e.g. directly into

Re: [Intel-gfx] [PATCH 25/57] drm/i915: Move submit_request to i915_sched_engine

2021-02-04 Thread Tvrtko Ursulin
On 01/02/2021 08:56, Chris Wilson wrote: Claim the submit_request vfunc as the entry point into the scheduler backend for ready requests. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_engine_types.h | 8

[Intel-gfx] [PATCH 25/57] drm/i915: Move submit_request to i915_sched_engine

2021-02-01 Thread Chris Wilson
Claim the submit_request vfunc as the entry point into the scheduler backend for ready requests. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_engine_types.h | 8 drivers/gpu/drm/i915/gt/intel_execlists_submission.c | 11 ++-