Skip to content

Commit

Permalink
[Media Common] [VP] Add DG2 new device ID 0x56AF
Browse files Browse the repository at this point in the history
DG2 new sku A760A for Automotive
  • Loading branch information
MicroYY authored and intel-mediadev committed Sep 12, 2024
1 parent d9c4512 commit b5a60cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,3 +492,6 @@ static bool dg2Gt4Device56BE = DeviceInfoFactory<GfxDeviceInfo>::
static bool dg2Gt4Device56BF = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0x56BF, &dg2Gt4Info);

static bool dg2Gt4Device56AF = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0x56AF, &dg2Gt4Info);

0 comments on commit b5a60cb

Please sign in to comment.