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-126989
Signed-off-by: Wenkui <[email protected]>
  • Loading branch information
beckwen committed Nov 4, 2024
1 parent 601f2bf commit 1f5a238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions media_driver/linux/Xe_M/ddi/media_sku_wa_xe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ static bool InitDg2MediaSku(struct GfxDeviceInfo *devInfo,
drvInfo->devId == 0x56A7 ||
drvInfo->devId == 0x56A8 ||
drvInfo->devId == 0x56A9 ||
drvInfo->devId == 0x56AF ||
drvInfo->devId == 0x56C0))
{
MEDIA_WR_SKU(skuTable, FtrTileY, 0);
Expand Down
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 @@ -453,6 +453,9 @@ static bool dg2Gt4Device56A5 = DeviceInfoFactory<GfxDeviceInfo>::
static bool dg2Gt4Device56A6 = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0x56A6, &dg2Gt4Info);

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

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

Expand Down

0 comments on commit 1f5a238

Please sign in to comment.