mirror of https://github.com/intel/gmmlib.git
Add PVC device ID
This commit is contained in:
parent
5fb4180e22
commit
1a4098e25c
|
@ -1886,6 +1886,7 @@ typedef enum __NATIVEGTTYPE
|
|||
#define DEV_ID_0BDB 0x0BDB
|
||||
#define DEV_ID_0B69 0x0B69
|
||||
#define DEV_ID_0B6E 0x0B6E
|
||||
#define DEV_ID_0BD4 0x0BD4
|
||||
|
||||
// Macro to identify PVC device ID
|
||||
#define GFX_IS_XT_CONFIG(d) ((d == DEV_ID_0BD5) || \
|
||||
|
@ -1896,7 +1897,8 @@ typedef enum __NATIVEGTTYPE
|
|||
(d == DEV_ID_0BDA) || \
|
||||
(d == DEV_ID_0BDB) || \
|
||||
(d == DEV_ID_0B69) || \
|
||||
(d == DEV_ID_0B6E))
|
||||
(d == DEV_ID_0B6E) || \
|
||||
(d == DEV_ID_0BD4))
|
||||
|
||||
//DG2 Device IDs
|
||||
#define DEV_ID_4F80 0x4F80
|
||||
|
|
Loading…
Reference in New Issue