We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb4180 commit bbfc32cCopy full SHA for bbfc32c
Source/inc/common/igfxfmid.h
@@ -1886,6 +1886,7 @@ typedef enum __NATIVEGTTYPE
1886
#define DEV_ID_0BDB 0x0BDB
1887
#define DEV_ID_0B69 0x0B69
1888
#define DEV_ID_0B6E 0x0B6E
1889
+#define DEV_ID_0BD4 0x0BD4
1890
1891
// Macro to identify PVC device ID
1892
#define GFX_IS_XT_CONFIG(d) ((d == DEV_ID_0BD5) || \
@@ -1896,7 +1897,8 @@ typedef enum __NATIVEGTTYPE
1896
1897
(d == DEV_ID_0BDA) || \
1898
(d == DEV_ID_0BDB) || \
1899
(d == DEV_ID_0B69) || \
- (d == DEV_ID_0B6E))
1900
+ (d == DEV_ID_0B6E) || \
1901
+ (d == DEV_ID_0BD4))
1902
1903
//DG2 Device IDs
1904
#define DEV_ID_4F80 0x4F80
0 commit comments