From: Lukasz Laguna <lukasz.laguna@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: michal.wajdeczko@intel.com, piotr.piorkowski@intel.com,
lukasz.laguna@intel.com
Subject: [PATCH v2 0/4] PF: Add support for MERT
Date: Fri, 31 Oct 2025 09:04:57 +0100 [thread overview]
Message-ID: <20251031080501.844-1-lukasz.laguna@intel.com> (raw)
The MERT subsystem manages memory accesses between host and device. On
the Crescent Island platform, it requires direct management by the
driver.
Signed-off-by: Lukasz Laguna <lukasz.laguna@intel.com>
Lukasz Laguna (4):
drm/xe: Add device flag to indicate standalone MERT
drm/xe/pf: Configure LMTT in MERT
drm/xe/pf: Add TLB invalidation support for MERT
drm/xe/pf: Handle MERT catastrophic errors
drivers/gpu/drm/xe/Makefile | 1 +
drivers/gpu/drm/xe/regs/xe_irq_regs.h | 1 +
drivers/gpu/drm/xe/regs/xe_mert_regs.h | 21 +++++++
drivers/gpu/drm/xe/xe_device.h | 5 ++
drivers/gpu/drm/xe/xe_device_types.h | 6 ++
drivers/gpu/drm/xe/xe_irq.c | 2 +
drivers/gpu/drm/xe/xe_lmtt.c | 25 +++++++-
drivers/gpu/drm/xe/xe_mert.c | 82 ++++++++++++++++++++++++++
drivers/gpu/drm/xe/xe_mert.h | 32 ++++++++++
drivers/gpu/drm/xe/xe_pci.c | 2 +
drivers/gpu/drm/xe/xe_pci_types.h | 1 +
drivers/gpu/drm/xe/xe_sriov_pf.c | 4 ++
12 files changed, 179 insertions(+), 3 deletions(-)
create mode 100644 drivers/gpu/drm/xe/regs/xe_mert_regs.h
create mode 100644 drivers/gpu/drm/xe/xe_mert.c
create mode 100644 drivers/gpu/drm/xe/xe_mert.h
--
2.40.0
next reply other threads:[~2025-10-31 8:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-31 8:04 Lukasz Laguna [this message]
2025-10-31 8:04 ` [PATCH v2 1/4] drm/xe: Add device flag to indicate standalone MERT Lukasz Laguna
2025-10-31 8:04 ` [PATCH v2 2/4] drm/xe/pf: Configure LMTT in MERT Lukasz Laguna
2025-11-24 10:47 ` Piotr Piórkowski
2025-10-31 8:05 ` [PATCH v2 3/4] drm/xe/pf: Add TLB invalidation support for MERT Lukasz Laguna
2025-11-24 13:43 ` Piotr Piórkowski
2025-10-31 8:05 ` [PATCH v2 4/4] drm/xe/pf: Handle MERT catastrophic errors Lukasz Laguna
2025-11-24 13:52 ` Piotr Piórkowski
2025-10-31 8:12 ` ✗ CI.checkpatch: warning for PF: Add support for MERT Patchwork
2025-10-31 8:14 ` ✓ CI.KUnit: success " Patchwork
2025-10-31 9:29 ` ✓ Xe.CI.BAT: " Patchwork
2025-10-31 19:25 ` ✓ Xe.CI.Full: " 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=20251031080501.844-1-lukasz.laguna@intel.com \
--to=lukasz.laguna@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=michal.wajdeczko@intel.com \
--cc=piotr.piorkowski@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