aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShekhar Chauhan <[email protected]>2023-10-11 21:15:26 +0530
committerRodrigo Vivi <[email protected]>2023-12-21 11:42:59 -0500
commitcd0adf746527dc2d1410adf5bf09ee6f4cd22a79 (patch)
tree4f3ded9ae8275a0b887b4161f3ae2c486adc9ebc
parent3445166655cdcdcf18f10ffa124e6ae0ee3018c6 (diff)
drm/xe/dg2: Remove one PCI ID
The bspec was recently updated to remove PCI ID 0x5698; this ID is actually reserved for future use and should not be treated as DG2-G11. BSpec: 44477 Signed-off-by: Shekhar Chauhan <[email protected]> Reviewed-by: Matt Roper <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matt Roper <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]>
-rw-r--r--include/drm/xe_pciids.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index d105527df0c4..11deefceffd0 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -134,7 +134,6 @@
MACRO__(0x5693, ## __VA_ARGS__), \
MACRO__(0x5694, ## __VA_ARGS__), \
MACRO__(0x5695, ## __VA_ARGS__), \
- MACRO__(0x5698, ## __VA_ARGS__), \
MACRO__(0x56A5, ## __VA_ARGS__), \
MACRO__(0x56A6, ## __VA_ARGS__), \
MACRO__(0x56B0, ## __VA_ARGS__), \