Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support DG2 new device ID #28

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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