Skip to content

Commit

Permalink
[RT Common] Support new DID (#6092)
Browse files Browse the repository at this point in the history
Co-authored-by: Liu, Rachel <[email protected]>
  • Loading branch information
gfxVPLsdm and rachel-liu1024 authored Nov 21, 2023
1 parent 6dd7ab2 commit 665e882
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _studio/shared/include/mfxstructures-int.h
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,10 @@ typedef struct {
{ 0x56B3, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56C0, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56C1, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56BA, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56BB, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56BC, MFX_HW_DG2, MFX_GT4 }, // DG2
{ 0x56BD, MFX_HW_DG2, MFX_GT4 }, // DG2

/* PVC */
{ 0x0BD0, MFX_HW_PVC, MFX_GT4 },
Expand Down

0 comments on commit 665e882

Please sign in to comment.