Skip to content

Commit 9a13d81

Browse files
bhadanednyaneshwargregkh
authored andcommitted
drm/xe/pciid: Add new PCI id for ARL
[ Upstream commit 35667a0 ] Add new PCI id for ARL platform. v2: Fix typo in PCI id (SaiTeja) Signed-off-by: Dnyaneshwar Bhadane <[email protected]> Reviewed-by: Sai Teja Pottumuttu <[email protected]> Reviewed-by: Tejas Upadhyay <[email protected]> Signed-off-by: Matt Roper <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Sasha Levin <[email protected]>
1 parent 9bca652 commit 9a13d81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/drm/intel/xe_pciids.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@
179179
MACRO__(0x7D41, ## __VA_ARGS__), \
180180
MACRO__(0x7D51, ## __VA_ARGS__), \
181181
MACRO__(0x7D67, ## __VA_ARGS__), \
182-
MACRO__(0x7DD1, ## __VA_ARGS__)
182+
MACRO__(0x7DD1, ## __VA_ARGS__), \
183+
MACRO__(0xB640, ## __VA_ARGS__)
183184

184185
/* MTL */
185186
#define XE_MTL_IDS(MACRO__, ...) \

0 commit comments

Comments
 (0)