Skip to content

Commit

Permalink
Support DG2 new device ID
Browse files Browse the repository at this point in the history
Add new device ID 0x56AF

Tracked-On: OAM-126991
Signed-off-by: Wenkui <[email protected]>
  • Loading branch information
beckwen committed Nov 4, 2024
1 parent d4e06ab commit 77645e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/inc/common/igfxfmid.h
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,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
Expand Down Expand Up @@ -1998,6 +1999,7 @@ typedef enum __NATIVEGTTYPE
#define GFX_IS_DG2_G10_CONFIG(d) ( ( d == DEV_ID_56A0 ) || \
( d == DEV_ID_56A1 ) || \
( d == DEV_ID_56A2 ) || \
( d == DEV_ID_56AF ) || \
( d == DEV_ID_5690 ) || \
( d == DEV_ID_5691 ) || \
( d == DEV_ID_5692 ) || \
Expand Down

0 comments on commit 77645e3

Please sign in to comment.