Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] drm/xe/sysctrl: Add system controller component for Xe3p dGPU platforms
@ 2026-01-02 16:54 Anoop, Vijay
  2026-01-02 16:54 ` [PATCH v2 1/1] " Anoop, Vijay
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Anoop, Vijay @ 2026-01-02 16:54 UTC (permalink / raw)
  To: intel-xe
  Cc: umesh.nerlige.ramappa, badal.nilawar, rodrigo.vivi,
	aravind.iddamsetty, riana.tauro, ravi.kishore.koppuravuri,
	anshuman.gupta, matthew.d.roper, michael.j.ruhl, paul.e.luse,
	mohamed.mansoor.v, kam.nasim

From: Anoop Vijay <anoop.c.vijay@intel.com>

This patch introduces System Controller (sysctrl) component for Intel Xe3p dGPU platforms.

This component provides the foundational infrastructure for communication
with the System Controller firmware using MKHI protocol over a mailbox interface.

Key features introduced:
- Detection and initialization of System Controller interface on Xe3p dGPU platforms
- Mailbox communication with System Controller firmware
- Fragmented message transfer for large command payloads

This implementation establishes the base for future System Controller feature
enablement and firmware command handling.

Changes in v2:
- General code cleanup and improved inline documentation.
- Rebased on latest upstream branch.
- Addressed all warnings and kernel coding style issues reported in v1 patch.
- Improved function parameter alignment and line wrapping.
- Updated macro definitions in header files to avoid long lines.
- Updated variable and parameter names for better readability.

Anoop Vijay (1):
  drm/xe/sysctrl: Add system controller component for Xe3p dGPU
    platforms

 drivers/gpu/drm/xe/Makefile               |   2 +
 drivers/gpu/drm/xe/regs/xe_sysctrl_regs.h |  44 +++
 drivers/gpu/drm/xe/xe_device.c            |   5 +
 drivers/gpu/drm/xe/xe_device_types.h      |   6 +
 drivers/gpu/drm/xe/xe_pci.c               |   2 +
 drivers/gpu/drm/xe/xe_pci_types.h         |   1 +
 drivers/gpu/drm/xe/xe_sysctrl.c           |  62 ++++
 drivers/gpu/drm/xe/xe_sysctrl.h           |  18 +
 drivers/gpu/drm/xe/xe_sysctrl_mailbox.c   | 409 ++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_sysctrl_mailbox.h   |  77 ++++
 drivers/gpu/drm/xe/xe_sysctrl_types.h     |  23 ++
 11 files changed, 649 insertions(+)
 create mode 100644 drivers/gpu/drm/xe/regs/xe_sysctrl_regs.h
 create mode 100644 drivers/gpu/drm/xe/xe_sysctrl.c
 create mode 100644 drivers/gpu/drm/xe/xe_sysctrl.h
 create mode 100644 drivers/gpu/drm/xe/xe_sysctrl_mailbox.c
 create mode 100644 drivers/gpu/drm/xe/xe_sysctrl_mailbox.h
 create mode 100644 drivers/gpu/drm/xe/xe_sysctrl_types.h

-- 
2.43.0


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

end of thread, other threads:[~2026-01-07  1:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-02 16:54 [PATCH v2 0/1] drm/xe/sysctrl: Add system controller component for Xe3p dGPU platforms Anoop, Vijay
2026-01-02 16:54 ` [PATCH v2 1/1] " Anoop, Vijay
2026-01-02 23:15   ` Matthew Brost
2026-01-05  6:29   ` Riana Tauro
2026-01-06 18:37   ` Umesh Nerlige Ramappa
2026-01-07  1:24     ` Matthew Brost
2026-01-02 17:01 ` ✗ CI.checkpatch: warning for drm/xe/sysctrl: Add system controller component for Xe3p dGPU platforms (rev2) Patchwork
2026-01-02 17:02 ` ✓ CI.KUnit: success " Patchwork

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