Skip to content

Commit 129e41c

Browse files
authored
Add new PVC Device ID
1 parent fa8ac6d commit 129e41c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/inc/common/igfxfmid.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,6 +1885,7 @@ typedef enum __NATIVEGTTYPE
18851885
#define DEV_ID_0BDA 0x0BDA
18861886
#define DEV_ID_0BDB 0x0BDB
18871887
#define DEV_ID_0B69 0x0B69
1888+
#define DEV_ID_0B6E 0x0B6E
18881889

18891890
// Macro to identify PVC device ID
18901891
#define GFX_IS_XT_CONFIG(d) ((d == DEV_ID_0BD5) || \
@@ -1894,7 +1895,8 @@ typedef enum __NATIVEGTTYPE
18941895
(d == DEV_ID_0BD9) || \
18951896
(d == DEV_ID_0BDA) || \
18961897
(d == DEV_ID_0BDB) || \
1897-
(d == DEV_ID_0B69))
1898+
(d == DEV_ID_0B69) || \
1899+
(d == DEV_ID_0B6E))
18981900

18991901
//DG2 Device IDs
19001902
#define DEV_ID_4F80 0x4F80

0 commit comments

Comments
 (0)