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-126993
Signed-off-by: Wenkui <kui.wen@intel.com>
  • Loading branch information
beckwen authored and sysopenci committed Nov 4, 2024
1 parent 77e1165 commit a5c55c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _studio/shared/include/mfxstructures-int.h
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ typedef struct {
{ 0x56A4, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56A5, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56A6, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56AF, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56B0, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56B1, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56B2, MFX_HW_DG2, MFX_GT4 }, // DG2
Expand Down

0 comments on commit a5c55c1

Please sign in to comment.