All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Introduce i915_sched_engine object
@ 2021-05-26 20:03 ` Matthew Brost
  0 siblings, 0 replies; 18+ messages in thread
From: Matthew Brost @ 2021-05-26 20:03 UTC (permalink / raw)
  To: intel-gfx, dri-devel; +Cc: daniel.vetter, daniele.ceraolospurio

As discussed in [1] we are breaking that large series into a several
smaller ones. This series is stand alone patch part of step #4 which has
no other dependencies or patches relevant to it.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>

[1] https://patchwork.freedesktop.org/series/89844/

Matthew Brost (1):
  drm/i915: Introduce i915_sched_engine object

 drivers/gpu/drm/i915/gem/i915_gem_wait.c      |   4 +-
 drivers/gpu/drm/i915/gt/intel_engine.h        |  16 -
 drivers/gpu/drm/i915/gt/intel_engine_cs.c     |  77 ++--
 .../gpu/drm/i915/gt/intel_engine_heartbeat.c  |   4 +-
 drivers/gpu/drm/i915/gt/intel_engine_pm.c     |  10 +-
 drivers/gpu/drm/i915/gt/intel_engine_types.h  |  42 +--
 drivers/gpu/drm/i915/gt/intel_engine_user.c   |   2 +-
 .../drm/i915/gt/intel_execlists_submission.c  | 350 +++++++++++-------
 .../gpu/drm/i915/gt/intel_ring_submission.c   |  13 +-
 drivers/gpu/drm/i915/gt/mock_engine.c         |  17 +-
 drivers/gpu/drm/i915/gt/selftest_execlists.c  |  36 +-
 drivers/gpu/drm/i915/gt/selftest_hangcheck.c  |   6 +-
 drivers/gpu/drm/i915/gt/selftest_lrc.c        |   6 +-
 drivers/gpu/drm/i915/gt/selftest_reset.c      |   2 +-
 .../gpu/drm/i915/gt/uc/intel_guc_submission.c |  75 ++--
 drivers/gpu/drm/i915/i915_gpu_error.c         |   7 +-
 drivers/gpu/drm/i915/i915_request.c           |  50 +--
 drivers/gpu/drm/i915/i915_request.h           |   2 +-
 drivers/gpu/drm/i915/i915_scheduler.c         | 168 ++++-----
 drivers/gpu/drm/i915/i915_scheduler.h         |  65 +++-
 drivers/gpu/drm/i915/i915_scheduler_types.h   |  63 ++++
 21 files changed, 575 insertions(+), 440 deletions(-)

-- 
2.28.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-06-03 16:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 20:03 [PATCH 0/1] Introduce i915_sched_engine object Matthew Brost
2021-05-26 20:03 ` [Intel-gfx] " Matthew Brost
2021-05-26 20:03 ` [PATCH 1/1] drm/i915: " Matthew Brost
2021-05-26 20:03   ` [Intel-gfx] " Matthew Brost
2021-05-27  9:41   ` Tvrtko Ursulin
2021-05-27  9:41     ` Tvrtko Ursulin
2021-05-27 14:12     ` Matthew Brost
2021-05-27 14:12       ` Matthew Brost
2021-05-31  8:31       ` Daniel Vetter
2021-05-31  8:31         ` Daniel Vetter
2021-06-03  3:23         ` Matthew Brost
2021-06-03  3:23           ` Matthew Brost
2021-06-03  9:05           ` Daniel Vetter
2021-06-03  9:05             ` Daniel Vetter
2021-06-03 16:02             ` Matthew Brost
2021-06-03 16:02               ` Matthew Brost
2021-05-27  1:08 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2021-05-27 15:23 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.