From: Matt Atwood Date: Tue, 28 Jan 2025 17:51:02 +0000 (-0800) Subject: drm/xe/ptl: Update the PTL pci id table X-Git-Tag: v6.15-rc1~120^2~15^2~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16016ade13f691da315fac7b23ebf1ab7b28b7ab;p=thirdparty%2Fkernel%2Flinux.git drm/xe/ptl: Update the PTL pci id table Update to current bspec table. Bspec: 72574 Signed-off-by: Matt Atwood Reviewed-by: Clint Taylor Link: https://patchwork.freedesktop.org/patch/msgid/20250128175102.45797-1-matthew.s.atwood@intel.com Signed-off-by: Rodrigo Vivi --- diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h index e53d7d9bb64d9..23f349f650afa 100644 --- a/include/drm/intel/pciids.h +++ b/include/drm/intel/pciids.h @@ -827,12 +827,10 @@ MACRO__(0xB080, ## __VA_ARGS__), \ MACRO__(0xB081, ## __VA_ARGS__), \ MACRO__(0xB082, ## __VA_ARGS__), \ + MACRO__(0xB083, ## __VA_ARGS__), \ + MACRO__(0xB08F, ## __VA_ARGS__), \ MACRO__(0xB090, ## __VA_ARGS__), \ - MACRO__(0xB091, ## __VA_ARGS__), \ - MACRO__(0xB092, ## __VA_ARGS__), \ MACRO__(0xB0A0, ## __VA_ARGS__), \ - MACRO__(0xB0A1, ## __VA_ARGS__), \ - MACRO__(0xB0A2, ## __VA_ARGS__), \ MACRO__(0xB0B0, ## __VA_ARGS__) #endif /* __PCIIDS_H__ */