aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2025-06-14 01:01:43 +0530
committerMatt Roper <matthew.d.roper@intel.com>2025-06-18 15:42:44 -0700
commit3c0f211bc8fc0d0a0b4c29c471b57ffff48eec60 (patch)
tree470b9d98187c550ac187057bdbe3fcd8975337d9
parentdrm/xe/xe3: Add support for media IP version 30.02 (diff)
downloadlinux-3c0f211bc8fc0d0a0b4c29c471b57ffff48eec60.tar.gz
linux-3c0f211bc8fc0d0a0b4c29c471b57ffff48eec60.zip
drm/xe: Add Wildcat Lake device IDs to PTL list
Introduce wildcat lake device Id. Wildcat Lake uses slightly different graphics and media IP versions than Panther Lake, but can still be treated as PTL for general driver flows. Bspec: 73951 Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com> Reviewed-by: Tejas Upadhyay <tejas.upadhyay@intel.com> Link: https://lore.kernel.org/r/20250613193146.3549862-7-dnyaneshwar.bhadane@intel.com
-rw-r--r--include/drm/intel/pciids.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h
index 129c3172aa5f..a0180d10e260 100644
--- a/include/drm/intel/pciids.h
+++ b/include/drm/intel/pciids.h
@@ -871,6 +871,8 @@
MACRO__(0xB08F, ## __VA_ARGS__), \
MACRO__(0xB090, ## __VA_ARGS__), \
MACRO__(0xB0A0, ## __VA_ARGS__), \
- MACRO__(0xB0B0, ## __VA_ARGS__)
+ MACRO__(0xB0B0, ## __VA_ARGS__), \
+ MACRO__(0xFD80, ## __VA_ARGS__), \
+ MACRO__(0xFD81, ## __VA_ARGS__)
#endif /* __PCIIDS_H__ */