We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1863643 commit d968eb2Copy full SHA for d968eb2
media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp
@@ -383,6 +383,12 @@ static bool adlsGt1Device4683 = DeviceInfoFactory<GfxDeviceInfo>::
383
static bool adlsGt1Device4688 = DeviceInfoFactory<GfxDeviceInfo>::
384
RegisterDevice(0x4688, &adlsGt1Info);
385
386
+static bool adlsGt1Device468A = DeviceInfoFactory<GfxDeviceInfo>::
387
+ RegisterDevice(0x468A, &adlsGt1Info);
388
+
389
+static bool adlsGt1Device468B = DeviceInfoFactory<GfxDeviceInfo>::
390
+ RegisterDevice(0x468B, &adlsGt1Info);
391
392
static bool adlsGt1Device4690 = DeviceInfoFactory<GfxDeviceInfo>::
393
RegisterDevice(0x4690, &adlsGt1Info);
394
0 commit comments