Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/5] memirq infra changes
@ 2024-09-18  5:39 Ilia Levi
  2024-09-18  5:39 ` [PATCH v6 1/5] drm/xe: Introduce dedicated config for memirq debug Ilia Levi
                   ` (20 more replies)
  0 siblings, 21 replies; 24+ messages in thread
From: Ilia Levi @ 2024-09-18  5:39 UTC (permalink / raw)
  To: intel-xe
  Cc: ilia.levi, michal.wajdeczko, jonathan.cavitt, koby.elbaz,
	yaron.avizrat

From: Ilia Levi <ilia.levi@intel.com>

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 where hardware
engines report interrupt source and status to the offset of instance 0
(for MSI-X support).

v2: Rebase
v3: Rebase, refactor according to review comments (Michal)
v4: Rebase, address review comments (Michal)
v5: Rebase, fix more review comments (Michal)
v6: Rebase, move debug usage to first patch, fix commit messages (Michal)

Ilia Levi (5):
  drm/xe: Introduce dedicated config for memirq debug
  drm/xe: Introduce xe_device_uses_memirq()
  drm/xe: move memirq out of VF
  drm/xe: memirq infra changes for MSI-X
  drm/xe: memirq handler changes

 drivers/gpu/drm/xe/Kconfig.debug     |  12 ++
 drivers/gpu/drm/xe/xe_device.c       |   8 +-
 drivers/gpu/drm/xe/xe_device.h       |  12 ++
 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_irq.c          |   8 +-
 drivers/gpu/drm/xe/xe_lrc.c          |   8 +-
 drivers/gpu/drm/xe/xe_memirq.c       | 190 +++++++++++++++++++--------
 drivers/gpu/drm/xe/xe_memirq.h       |   6 +-
 drivers/gpu/drm/xe/xe_memirq_types.h |   4 +-
 11 files changed, 205 insertions(+), 79 deletions(-)

-- 
2.43.2


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

end of thread, other threads:[~2024-09-19  8:30 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18  5:39 [PATCH v6 0/5] memirq infra changes Ilia Levi
2024-09-18  5:39 ` [PATCH v6 1/5] drm/xe: Introduce dedicated config for memirq debug Ilia Levi
2024-09-18 10:44   ` Michal Wajdeczko
2024-09-18  5:39 ` [PATCH v6 2/5] drm/xe: Introduce xe_device_uses_memirq() Ilia Levi
2024-09-18  5:39 ` [PATCH v6 3/5] drm/xe: move memirq out of VF Ilia Levi
2024-09-18  5:39 ` [PATCH v6 4/5] drm/xe: memirq infra changes for MSI-X Ilia Levi
2024-09-18  5:39 ` [PATCH v6 5/5] drm/xe: memirq handler changes Ilia Levi
2024-09-18  6:07 ` ✓ CI.Patch_applied: success for memirq infra changes (rev7) Patchwork
2024-09-18  6:07 ` ✗ CI.checkpatch: warning " Patchwork
2024-09-18  6:09 ` ✓ CI.KUnit: success " Patchwork
2024-09-18  6:26 ` ✓ CI.Build: " Patchwork
2024-09-18  6:30 ` ✓ CI.Hooks: " Patchwork
2024-09-18  6:32 ` ✓ CI.checksparse: " Patchwork
2024-09-18  6:57 ` ✗ CI.BAT: failure " Patchwork
2024-09-18  8:25 ` ✗ CI.FULL: " Patchwork
2024-09-18 13:38 ` ✓ CI.Patch_applied: success for memirq infra changes (rev8) Patchwork
2024-09-18 13:38 ` ✗ CI.checkpatch: warning " Patchwork
2024-09-18 13:39 ` ✓ CI.KUnit: success " Patchwork
2024-09-18 13:51 ` ✓ CI.Build: " Patchwork
2024-09-18 13:53 ` ✓ CI.Hooks: " Patchwork
2024-09-18 13:56 ` ✓ CI.checksparse: " Patchwork
2024-09-18 14:14 ` ✓ CI.BAT: " Patchwork
2024-09-18 20:06 ` ✗ CI.FULL: failure " Patchwork
2024-09-19  8:30   ` Michal Wajdeczko

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