projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96e0df
)
drm/xe: Add Wildcat Lake device IDs to PTL list
author
Matt Roper
<matthew.d.roper@intel.com>
Fri, 13 Jun 2025 19:31:43 +0000
(
01:01
+0530)
committer
Matt Roper
<matthew.d.roper@intel.com>
Wed, 18 Jun 2025 22:42:44 +0000
(15:42 -0700)
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
include/drm/intel/pciids.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/intel/pciids.h
b/include/drm/intel/pciids.h
index 129c3172aa5f7b76cd2a94e14bdeb5892a8ee620..a0180d10e2604d7d8ed98e37cf024fb03442d058 100644
(file)
--- 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__ */