Skip to content

Commit

Permalink
[Decode] Add DID for RPL platform
Browse files Browse the repository at this point in the history
Add DID for RPL platform
  • Loading branch information
huangli2018 authored and intel-mediadev committed Aug 28, 2023
1 parent e2e3eea commit 292b0fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,18 @@ static bool rplsGt1DeviceA78A = DeviceInfoFactory<GfxDeviceInfo>::
static bool rplsGt1DeviceA78B = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0xA78B, &adlsGt1Info);

static bool rplsGt1DeviceA7AA = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0xA7AA, &adlsGt1Info);

static bool rplsGt1DeviceA7AB = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0xA7AB, &adlsGt1Info);

static bool rplsGt1DeviceA7AC = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0xA7AC, &adlsGt1Info);

static bool rplsGt1DeviceA7AD = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0xA7AD, &adlsGt1Info);

#endif


Expand Down

0 comments on commit 292b0fd

Please sign in to comment.