Add PVC Device ID

This commit is contained in:
Manish7093 2023-04-14 16:23:16 +05:30 committed by GitHub
parent 1f4fe32455
commit 3d338c1c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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