public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v3 i-g-t 0/4] lib: Add NVL-P and WCL support
@ 2026-03-12 16:03 himanshu.girotra
  2026-03-12 16:03 ` [PATCH v3 i-g-t 1/4] lib/pciids: sync with kernel commit be07d8f707e4 himanshu.girotra
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: himanshu.girotra @ 2026-03-12 16:03 UTC (permalink / raw)
  To: ramadevi.gandi, nishit.sharma, aditya.chauhan, kamil.konieczny,
	shekhar.chauhan, zbigniew.kempczynski, igt-dev

From: Himanshu Girotra <himanshu.girotra@intel.com>

This series adds NVL-P (Novalake-P) and WildcatLake platform
support to IGT.

Patch 1 syncs pciids.h with upstream kernel up to
commit be07d8f707e4 ("drm/xe/nvlp: Add NVL-P platform definition"),
following the established pattern of keeping pciids.h as a direct
copy of include/drm/intel/pciids.h from the kernel.

Patch 2 adds the device descriptor and platform detection macros
for NVL-P.

Patch 3 adds WildcatLake support. WCL was previously consumed
under INTEL_PTL_IDS but now has dedicated PCI IDs following
commit 32620e176443 ("drm/pcids: Split PTL pciids group
to make wcl subplatform").

Patch 4 fixes compute tests that would skip on WCL. The compute
kernel lookup uses exact ip_ver matching, so a dedicated
IP_VER(30, 03) entry is required now that WCL has its own
graphics_rel distinct from PTL's 30.00.

Changes in v2:
- Add patch 3: WildcatLake support (Kamil Konieczny)

Changes in v3:
- Fix graphics_rel typo in WildcatLake (0 → 3)

Changes in v4:
-- Add patch 4: Fix tests on WCL due to missing ip_ver entry

This series supersedes the incorrectly threaded earlier submission:
https://patchwork.freedesktop.org/series/162971/

Himanshu Girotra (4):
  lib/pciids: sync with kernel commit be07d8f707e4
  lib: Add NVL-P support
  lib: Add WildcatLake support
  lib: Add WildcatLake to compute kernel tables

 lib/intel_chipset.h                |  4 ++++
 lib/intel_compute.c                | 11 +++++++++++
 lib/intel_compute_square_kernels.c | 11 +++++++++++
 lib/intel_device_info.c            | 27 +++++++++++++++++++++++++++
 lib/pciids.h                       | 19 +++++++++++++++++--
 5 files changed, 70 insertions(+), 2 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2026-03-14  0:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12 16:03 [PATCH v3 i-g-t 0/4] lib: Add NVL-P and WCL support himanshu.girotra
2026-03-12 16:03 ` [PATCH v3 i-g-t 1/4] lib/pciids: sync with kernel commit be07d8f707e4 himanshu.girotra
2026-03-12 16:03 ` [PATCH v3 i-g-t 2/4] lib: Add NVL-P support himanshu.girotra
2026-03-12 16:03 ` [PATCH v3 i-g-t 3/4] lib: Add WildcatLake support himanshu.girotra
2026-03-12 16:03 ` [PATCH v3 i-g-t 4/4] lib: Add WildcatLake to compute kernel tables himanshu.girotra
2026-03-13  5:21   ` Dandamudi, Priyanka
2026-03-12 21:46 ` ✓ Xe.CI.BAT: success for lib: Add NVL-P and WCL support (rev3) Patchwork
2026-03-12 22:00 ` ✓ i915.CI.BAT: " Patchwork
2026-03-14  0:29 ` ✓ Xe.CI.FULL: " Patchwork
2026-03-14  0:33 ` ✗ i915.CI.Full: failure " Patchwork

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