Skip to content

Commit bbfc32c

Browse files
authored
Add PVC device ID
1 parent 5fb4180 commit bbfc32c

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
@@ -1886,6 +1886,7 @@ typedef enum __NATIVEGTTYPE
18861886
#define DEV_ID_0BDB 0x0BDB
18871887
#define DEV_ID_0B69 0x0B69
18881888
#define DEV_ID_0B6E 0x0B6E
1889+
#define DEV_ID_0BD4 0x0BD4
18891890

18901891
// Macro to identify PVC device ID
18911892
#define GFX_IS_XT_CONFIG(d) ((d == DEV_ID_0BD5) || \
@@ -1896,7 +1897,8 @@ typedef enum __NATIVEGTTYPE
18961897
(d == DEV_ID_0BDA) || \
18971898
(d == DEV_ID_0BDB) || \
18981899
(d == DEV_ID_0B69) || \
1899-
(d == DEV_ID_0B6E))
1900+
(d == DEV_ID_0B6E) || \
1901+
(d == DEV_ID_0BD4))
19001902

19011903
//DG2 Device IDs
19021904
#define DEV_ID_4F80 0x4F80

0 commit comments

Comments
 (0)