From: Ilia Levi <ilia.levi@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: ilia.levi@intel.com, jonathan.cavitt@intel.com,
niranjana.vishwanathapura@intel.com, matthew.brost@intel.com,
koby.elbaz@intel.com, yaron.avizrat@intel.com
Subject: [PATCH v2 0/5] memirq infra changes
Date: Wed, 28 Aug 2024 12:18:36 +0300 [thread overview]
Message-ID: <20240828091841.1840086-1-ilia.levi@intel.com> (raw)
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.
v2: Rebase
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
next reply other threads:[~2024-08-28 9:18 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-28 9:18 Ilia Levi [this message]
2024-08-28 9:18 ` [PATCH v2 1/5] drm/xe: move memirq out of vf Ilia Levi
2024-08-28 20:01 ` Michal Wajdeczko
2024-08-28 9:18 ` [PATCH v2 2/5] drm/xe: memirq infra changes for msix Ilia Levi
2024-08-28 20:17 ` Michal Wajdeczko
2024-09-02 13:28 ` Ilia Levi
2024-08-28 9:18 ` [PATCH v2 3/5] drm/xe: add memirq offsets for engine instance 0 to hw engine properties Ilia Levi
2024-08-28 20:36 ` Michal Wajdeczko
2024-08-28 9:18 ` [PATCH v2 4/5] drm/xe: memirq handler changes Ilia Levi
2024-08-28 20:38 ` Michal Wajdeczko
2024-09-02 13:38 ` Ilia Levi
2024-08-28 9:18 ` [PATCH v2 5/5] drm/xe: separate memirq reset/postinstall from vf Ilia Levi
2024-08-28 20:42 ` Michal Wajdeczko
2024-09-02 13:49 ` Ilia Levi
2024-08-28 11:48 ` ✓ CI.Patch_applied: success for memirq infra changes (rev3) Patchwork
2024-08-28 11:49 ` ✓ CI.checkpatch: " Patchwork
2024-08-28 11:50 ` ✓ CI.KUnit: " Patchwork
2024-08-28 12:02 ` ✓ CI.Build: " Patchwork
2024-08-28 12:04 ` ✓ CI.Hooks: " Patchwork
2024-08-28 12:06 ` ✓ CI.checksparse: " Patchwork
2024-08-28 12:25 ` ✓ CI.BAT: " Patchwork
2024-08-28 18:53 ` ✗ CI.FULL: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240828091841.1840086-1-ilia.levi@intel.com \
--to=ilia.levi@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=jonathan.cavitt@intel.com \
--cc=koby.elbaz@intel.com \
--cc=matthew.brost@intel.com \
--cc=niranjana.vishwanathapura@intel.com \
--cc=yaron.avizrat@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox