summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorCarlos Santa <carlos.santa@intel.com>2023-02-15 23:34:25 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 02:28:53 +0300
commit780637e28783af505864151da78e713f62ed64ae (patch)
tree0ccf6024fabda2a4e15d909b79c8511bda34b670 /include/drm
parentdc97898e8121878829ee3cf48fa8ce154807f90b (diff)
downloadlinux-780637e28783af505864151da78e713f62ed64ae.tar.xz
drm/xe: Update the list of devices to add even more TGL devices
The list of GTs got splitted a while back between GT1 and GT2 on TGL. References: https://patchwork.freedesktop.org/patch/388414/ CC: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Carlos Santa <carlos.santa@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/xe_pciids.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index e539594ed939..b9e9f5b2b0ac 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -41,8 +41,8 @@
MACRO__(0x9AF8, ## __VA_ARGS__)
#define XE_TGL_IDS(MACRO__, ...) \
- XE_TGL_GT1_IDS(MACRO__, ...), \
- XE_TGL_GT2_IDS(MACRO__, ...)
+ XE_TGL_GT1_IDS(MACRO__, ## __VA_ARGS__),\
+ XE_TGL_GT2_IDS(MACRO__, ## __VA_ARGS__)
/* RKL */
#define XE_RKL_IDS(MACRO__, ...) \