Skip to content

Commit 0d744fb

Browse files
authored
Add new Xe_HP Device IDs (#190)
1 parent 47185b6 commit 0d744fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/inc/common/igfxfmid.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,7 @@ typedef enum __NATIVEGTTYPE
19361936
#define DEV_ID_56BD 0x56BD
19371937
#define DEV_ID_56C0 0x56C0
19381938
#define DEV_ID_56C1 0x56C1
1939+
#define DEV_ID_56C2 0x56C2
19391940

19401941
// RPL-P/U
19411942
#define DEV_ID_A7A0 0xA7A0
@@ -2001,6 +2002,7 @@ typedef enum __NATIVEGTTYPE
20012002
( d == DEV_ID_5691 ) || \
20022003
( d == DEV_ID_5692 ) || \
20032004
( d == DEV_ID_56C0 ) || \
2005+
( d == DEV_ID_56C2 ) || \
20042006
( d == DEV_ID_4F80 ) || \
20052007
( d == DEV_ID_4F81 ) || \
20062008
( d == DEV_ID_4F82 ) || \

0 commit comments

Comments
 (0)