mirror of https://github.com/intel/gmmlib.git
Add PVC Device ID
This commit is contained in:
parent
1f4fe32455
commit
3d338c1c0a
|
@ -1846,6 +1846,7 @@ typedef enum __NATIVEGTTYPE
|
|||
#define DEV_ID_0BD9 0x0BD9
|
||||
#define DEV_ID_0BDA 0x0BDA
|
||||
#define DEV_ID_0BDB 0x0BDB
|
||||
#define DEV_ID_0B69 0x0B69
|
||||
|
||||
// Macro to identify PVC device ID
|
||||
#define GFX_IS_XT_CONFIG(d) ((d == DEV_ID_0BD5) || \
|
||||
|
@ -1854,7 +1855,8 @@ typedef enum __NATIVEGTTYPE
|
|||
(d == DEV_ID_0BD8) || \
|
||||
(d == DEV_ID_0BD9) || \
|
||||
(d == DEV_ID_0BDA) || \
|
||||
(d == DEV_ID_0BDB))
|
||||
(d == DEV_ID_0BDB) || \
|
||||
(d == DEV_ID_0B69))
|
||||
|
||||
//DG2 Device IDs
|
||||
#define DEV_ID_4F80 0x4F80
|
||||
|
|
Loading…
Reference in New Issue