Skip to content

Commit

Permalink
[Decode] Fix RPL device id issue
Browse files Browse the repository at this point in the history
Fix RPL device id issue
  • Loading branch information
huangli2018 authored and intel-mediadev committed Sep 27, 2023
1 parent f4391fa commit fd6cd04
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,18 +419,6 @@ 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 Expand Up @@ -527,6 +515,19 @@ static bool rplpGt2DeviceA721 = DeviceInfoFactory<GfxDeviceInfo>::

static bool rplpGt2DeviceA7A9 = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0xA7A9, &adlpGt2Info);

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

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

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

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

#endif

#ifdef IGFX_GEN12_ADLN_SUPPORTED
Expand Down

0 comments on commit fd6cd04

Please sign in to comment.