From: Balasubramani Vivekanandan Date: Tue, 5 May 2026 07:48:56 +0000 (+0530) Subject: drm/xe/cri: Add new PCI IDs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68a60f9e6a602684f335ede8af1170c13998b37;p=thirdparty%2Fkernel%2Flinux.git drm/xe/cri: Add new PCI IDs Add support for new CRI PCI IDs. Bspec: 77979 Reviewed-by: Gustavo Sousa Link: https://patch.msgid.link/20260505074855.3813063-2-balasubramani.vivekanandan@intel.com Signed-off-by: Balasubramani Vivekanandan --- diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h index 33b91cb2e6845..e32ef763427c7 100644 --- a/include/drm/intel/pciids.h +++ b/include/drm/intel/pciids.h @@ -898,7 +898,11 @@ /* CRI */ #define INTEL_CRI_IDS(MACRO__, ...) \ - MACRO__(0x674C, ## __VA_ARGS__) + MACRO__(0x674C, ## __VA_ARGS__), \ + MACRO__(0x674D, ## __VA_ARGS__), \ + MACRO__(0x674E, ## __VA_ARGS__), \ + MACRO__(0x674F, ## __VA_ARGS__), \ + MACRO__(0x6750, ## __VA_ARGS__) /* NVL-P */ #define INTEL_NVLP_IDS(MACRO__, ...) \