summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>2024-09-12 13:59:06 +0200
committerMatt Roper <matthew.d.roper@intel.com>2024-09-20 22:39:04 +0200
commit35667a0330612bb25a689e4d3a687d47cede1d7a (patch)
tree3501f606d765c419ed861ba03a869019044a980f /include/drm
parentdrm/xe: Use helper for ASID -> VM in GPU faults and access counters (diff)
downloadlinux-35667a0330612bb25a689e4d3a687d47cede1d7a.tar.xz
linux-35667a0330612bb25a689e4d3a687d47cede1d7a.zip
drm/xe/pciid: Add new PCI id for ARL
Add new PCI id for ARL platform. v2: Fix typo in PCI id (SaiTeja) Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com> Reviewed-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com> Reviewed-by: Tejas Upadhyay <tejas.upadhyay@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240912115906.2730577-1-dnyaneshwar.bhadane@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/intel/xe_pciids.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/intel/xe_pciids.h b/include/drm/intel/xe_pciids.h
index 67baa7c2246a..65520a90c17c 100644
--- a/include/drm/intel/xe_pciids.h
+++ b/include/drm/intel/xe_pciids.h
@@ -181,7 +181,8 @@
MACRO__(0x7D41, ## __VA_ARGS__), \
MACRO__(0x7D51, ## __VA_ARGS__), \
MACRO__(0x7D67, ## __VA_ARGS__), \
- MACRO__(0x7DD1, ## __VA_ARGS__)
+ MACRO__(0x7DD1, ## __VA_ARGS__), \
+ MACRO__(0xB640, ## __VA_ARGS__)
/* MTL */
#define XE_MTL_IDS(MACRO__, ...) \