Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit e258e57

Browse files
beckwensysopenci
authored andcommitted
Support DG2 new device ID
Add new device ID 0x56AF Tracked-On: OAM-126991 Signed-off-by: Wenkui <kui.wen@intel.com> (cherry picked from commit 4020e37) Tracked-On: OAM-128364 Signed-off-by: Lina Sun <lina.sun@intel.com>
1 parent 484179a commit e258e57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/inc/common/igfxfmid.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,7 @@ typedef enum __NATIVEGTTYPE
19361936
#define DEV_ID_56A4 0x56A4
19371937
#define DEV_ID_56A5 0x56A5
19381938
#define DEV_ID_56A6 0x56A6
1939+
#define DEV_ID_56AF 0x56AF
19391940
#define DEV_ID_56B0 0x56B0
19401941
#define DEV_ID_56B1 0x56B1
19411942
#define DEV_ID_56B2 0x56B2
@@ -2022,6 +2023,7 @@ typedef enum __NATIVEGTTYPE
20222023
#define GFX_IS_DG2_G10_CONFIG(d) ( ( d == DEV_ID_56A0 ) || \
20232024
( d == DEV_ID_56A1 ) || \
20242025
( d == DEV_ID_56A2 ) || \
2026+
( d == DEV_ID_56AF ) || \
20252027
( d == DEV_ID_5690 ) || \
20262028
( d == DEV_ID_5691 ) || \
20272029
( d == DEV_ID_5692 ) || \

0 commit comments

Comments
 (0)