From: Shekhar Chauhan Date: Wed, 11 Oct 2023 15:45:26 +0000 (+0530) Subject: drm/xe/dg2: Remove one PCI ID X-Git-Tag: v6.8-rc1~111^2~7^2~292 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd0adf746527dc2d1410adf5bf09ee6f4cd22a79;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Matt Roper Link: https://lore.kernel.org/r/20231011154526.2819754-1-shekhar.chauhan@intel.com Signed-off-by: Matt Roper Signed-off-by: Rodrigo Vivi --- diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h index d105527df0c46..11deefceffd0a 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__), \