Add new DG2 Device ID (#221)

This commit is contained in:
John Machado 2024-11-29 12:41:48 +05:30 committed by GitHub
parent f7f00b7659
commit c75b754877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1937,6 +1937,7 @@ typedef enum __NATIVEGTTYPE
#define DEV_ID_56A4 0x56A4
#define DEV_ID_56A5 0x56A5
#define DEV_ID_56A6 0x56A6
#define DEV_ID_56AF 0x56AF
#define DEV_ID_56B0 0x56B0
#define DEV_ID_56B1 0x56B1
#define DEV_ID_56B2 0x56B2
@ -2034,7 +2035,8 @@ typedef enum __NATIVEGTTYPE
( d == DEV_ID_4F81 ) || \
( d == DEV_ID_4F82 ) || \
( d == DEV_ID_4F83 ) || \
( d == DEV_ID_4F84 ))
( d == DEV_ID_4F84 ) || \
( d == DEV_ID_56AF ))
#define GFX_IS_DG2_G12_CONFIG(d) ( ( d == DEV_ID_4F85 ) || \
( d == DEV_ID_4F86 ) || \