Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] memirq infra changes
@ 2024-08-22 13:08 Ilia Levi
  2024-08-22 13:08 ` [PATCH 1/5] drm/xe: move memirq out of vf Ilia Levi
                   ` (13 more replies)
  0 siblings, 14 replies; 25+ messages in thread
From: Ilia Levi @ 2024-08-22 13:08 UTC (permalink / raw)
  To: intel-xe
  Cc: ilia.levi, michal.wajdeczko, niranjana.vishwanathapura,
	koby.elbaz, yaron.avizrat

This patch set contains Memory Based Interrupts (memirq) infrastructure
changes to make it reusable for use cases other than VF 
(specifically MSI-X). 

The main changes are separation from VF and a new mode
("reports to engine instance 0") for MSI-X support.


Ilia Levi (5):
  drm/xe: move memirq out of vf
  drm/xe: memirq infra changes for msix
  drm/xe: add memirq offsets for engine instance 0 to hw engine
    properties
  drm/xe: memirq handler changes
  drm/xe: separate memirq reset/postinstall from vf

 drivers/gpu/drm/xe/xe_device.c          |   4 +-
 drivers/gpu/drm/xe/xe_device.h          |   6 ++
 drivers/gpu/drm/xe/xe_device_types.h    |   6 +-
 drivers/gpu/drm/xe/xe_guc.c             |   2 +-
 drivers/gpu/drm/xe/xe_hw_engine.c       |  28 ++++++
 drivers/gpu/drm/xe/xe_hw_engine_types.h |   2 +
 drivers/gpu/drm/xe/xe_irq.c             |  38 +++----
 drivers/gpu/drm/xe/xe_lrc.c             |   6 +-
 drivers/gpu/drm/xe/xe_memirq.c          | 126 ++++++++++++++----------
 drivers/gpu/drm/xe/xe_memirq.h          |   8 +-
 drivers/gpu/drm/xe/xe_memirq_types.h    |   6 +-
 11 files changed, 149 insertions(+), 83 deletions(-)

-- 
2.43.2


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

end of thread, other threads:[~2024-08-28  7:56 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 13:08 [PATCH 0/5] memirq infra changes Ilia Levi
2024-08-22 13:08 ` [PATCH 1/5] drm/xe: move memirq out of vf Ilia Levi
2024-08-22 14:39   ` Cavitt, Jonathan
2024-08-26 11:59     ` Ilia Levi
2024-08-22 13:08 ` [PATCH 2/5] drm/xe: memirq infra changes for msix Ilia Levi
2024-08-22 15:05   ` Cavitt, Jonathan
2024-08-26 12:22     ` Ilia Levi
2024-08-26 14:40       ` Cavitt, Jonathan
2024-08-22 13:08 ` [PATCH 3/5] drm/xe: add memirq offsets for engine instance 0 to hw engine properties Ilia Levi
2024-08-22 15:42   ` Cavitt, Jonathan
2024-08-26 13:31     ` Ilia Levi
2024-08-26 15:06       ` Cavitt, Jonathan
2024-08-22 13:08 ` [PATCH 4/5] drm/xe: memirq handler changes Ilia Levi
2024-08-22 15:47   ` Cavitt, Jonathan
2024-08-22 13:08 ` [PATCH 5/5] drm/xe: separate memirq reset/postinstall from vf Ilia Levi
2024-08-22 16:09   ` Cavitt, Jonathan
2024-08-22 13:13 ` ✓ CI.Patch_applied: success for memirq infra changes Patchwork
2024-08-22 13:14 ` ✓ CI.checkpatch: " Patchwork
2024-08-22 13:15 ` ✓ CI.KUnit: " Patchwork
2024-08-22 13:31 ` ✓ CI.Build: " Patchwork
2024-08-22 13:35 ` ✓ CI.Hooks: " Patchwork
2024-08-22 13:37 ` ✓ CI.checksparse: " Patchwork
2024-08-22 13:58 ` ✓ CI.BAT: " Patchwork
2024-08-22 17:19 ` ✗ CI.FULL: failure " Patchwork
2024-08-28  7:56 ` ✗ CI.Patch_applied: failure for memirq infra changes (rev2) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox