Skip to content

Commit d968eb2

Browse files
chenhao5-Intelintel-mediadev
authored andcommitted
[Decode] [DVT] Refresh Device IDs for ADL-S to keep align with Specification
Refresh Device IDs for ADL-S to keep align with Specification. Add some new device IDs.
1 parent 1863643 commit d968eb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,12 @@ static bool adlsGt1Device4683 = DeviceInfoFactory<GfxDeviceInfo>::
383383
static bool adlsGt1Device4688 = DeviceInfoFactory<GfxDeviceInfo>::
384384
RegisterDevice(0x4688, &adlsGt1Info);
385385

386+
static bool adlsGt1Device468A = DeviceInfoFactory<GfxDeviceInfo>::
387+
RegisterDevice(0x468A, &adlsGt1Info);
388+
389+
static bool adlsGt1Device468B = DeviceInfoFactory<GfxDeviceInfo>::
390+
RegisterDevice(0x468B, &adlsGt1Info);
391+
386392
static bool adlsGt1Device4690 = DeviceInfoFactory<GfxDeviceInfo>::
387393
RegisterDevice(0x4690, &adlsGt1Info);
388394

0 commit comments

Comments
 (0)