Skip to content

Commit

Permalink
[Media Common] [VP] Add DG2 DIDs
Browse files Browse the repository at this point in the history
Add some device IDs for DG2.
  • Loading branch information
MicroYY authored and intel-mediadev committed Oct 30, 2023
1 parent f163299 commit e7ba5c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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 @@ -459,6 +459,18 @@ static bool dg2Gt4Device56B0 = DeviceInfoFactory<GfxDeviceInfo>::
static bool dg2Gt4Device56B1 = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0x56B1, &dg2Gt4Info);

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

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

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

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

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

Expand Down

0 comments on commit e7ba5c8

Please sign in to comment.