-
- Downloads
drm/i915: Add kick_backend function to i915_sched_engine
Not all back-ends require a kick after a scheduling update, so make the kick a call-back function that the back-end can opt-in to. Also move the current kick function from the scheduler to the execlists file as it is specific to that back-end. Signed-off-by:Matthew Brost <matthew.brost@intel.com> Reviewed-by:
Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Signed-off-by:
Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210618010638.98941-7-matthew.brost@intel.com
Showing
- drivers/gpu/drm/i915/gt/intel_execlists_submission.c 52 additions, 0 deletionsdrivers/gpu/drm/i915/gt/intel_execlists_submission.c
- drivers/gpu/drm/i915/i915_scheduler.c 2 additions, 60 deletionsdrivers/gpu/drm/i915/i915_scheduler.c
- drivers/gpu/drm/i915/i915_scheduler_types.h 6 additions, 0 deletionsdrivers/gpu/drm/i915/i915_scheduler_types.h
Loading
Please register or sign in to comment