From: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: badal.nilawar@intel.com, ashutosh.dixit@intel.com,
anoop.c.vijay@intel.com
Subject: [PATCH v3 0/3] Add SoC remapper support for system controller
Date: Tue, 2 Dec 2025 16:48:01 -0800 [thread overview]
Message-ID: <20251203004800.1993258-5-umesh.nerlige.ramappa@intel.com> (raw)
Add system controller configuration using SoC remapper for Xe3p
v2:
- s/remapper/soc_remapper/
- return status from init during probe
- reorder patches 1 and 2 from earlier series
- fix copyright year
- retain comment
- s/BITS/MASK/
Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Umesh Nerlige Ramappa (3):
drm/xe/soc_remapper: Initialize SoC remapper during Xe probe
drm/xe/soc_remapper: Use SoC remapper herlper from VSEC code
drm/xe/soc_remapper: Add system controller config for SoC remapper
drivers/gpu/drm/xe/Makefile | 1 +
drivers/gpu/drm/xe/regs/xe_pmt.h | 3 -
.../gpu/drm/xe/regs/xe_soc_remapper_regs.h | 14 +++++
drivers/gpu/drm/xe/xe_device.c | 5 ++
drivers/gpu/drm/xe/xe_device_types.h | 8 +++
drivers/gpu/drm/xe/xe_pci.c | 2 +
drivers/gpu/drm/xe/xe_pci_types.h | 2 +
drivers/gpu/drm/xe/xe_soc_remapper.c | 59 +++++++++++++++++++
drivers/gpu/drm/xe/xe_soc_remapper.h | 15 +++++
drivers/gpu/drm/xe/xe_vsec.c | 4 +-
10 files changed, 108 insertions(+), 5 deletions(-)
create mode 100644 drivers/gpu/drm/xe/regs/xe_soc_remapper_regs.h
create mode 100644 drivers/gpu/drm/xe/xe_soc_remapper.c
create mode 100644 drivers/gpu/drm/xe/xe_soc_remapper.h
--
2.43.0
next reply other threads:[~2025-12-03 0:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-03 0:48 Umesh Nerlige Ramappa [this message]
2025-12-03 0:48 ` [PATCH v3 1/3] drm/xe/soc_remapper: Initialize SoC remapper during Xe probe Umesh Nerlige Ramappa
2025-12-03 17:06 ` Umesh Nerlige Ramappa
2025-12-04 15:49 ` Nilawar, Badal
2025-12-03 0:48 ` [PATCH v3 2/3] drm/xe/soc_remapper: Use SoC remapper herlper from VSEC code Umesh Nerlige Ramappa
2025-12-04 15:51 ` Nilawar, Badal
2025-12-03 0:48 ` [PATCH v3 3/3] drm/xe/soc_remapper: Add system controller config for SoC remapper Umesh Nerlige Ramappa
2025-12-04 15:52 ` Nilawar, Badal
2025-12-03 0:54 ` ✗ CI.checkpatch: warning for Add SoC remapper support for system controller (rev3) Patchwork
2025-12-03 0:55 ` ✓ CI.KUnit: success " Patchwork
2025-12-03 1:56 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-12-03 7:55 ` ✗ 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=20251203004800.1993258-5-umesh.nerlige.ramappa@intel.com \
--to=umesh.nerlige.ramappa@intel.com \
--cc=anoop.c.vijay@intel.com \
--cc=ashutosh.dixit@intel.com \
--cc=badal.nilawar@intel.com \
--cc=intel-xe@lists.freedesktop.org \
/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