From: Matt Roper <[email protected]>

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 <[email protected]>
Signed-off-by: Dnyaneshwar Bhadane <[email protected]>
Reviewed-by: Tejas Upadhyay <[email protected]>
---
 include/drm/intel/pciids.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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__ */
-- 
2.34.1

Reply via email to