We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b698ed commit 73ee0e9Copy full SHA for 73ee0e9
media_softlet/linux/xe2_hpm/ddi/media_sysinfo_bmg.cpp
@@ -199,4 +199,7 @@ static bool bmgDevicee20D = DeviceInfoFactory<GfxDeviceInfo>::
199
RegisterDevice(0xe20D, &bmgInfo);
200
201
static bool bmgDevicee212 = DeviceInfoFactory<GfxDeviceInfo>::
202
- RegisterDevice(0xe212, &bmgInfo);
+ RegisterDevice(0xe212, &bmgInfo);
203
+
204
+static bool bmgDevicee216 = DeviceInfoFactory<GfxDeviceInfo>::
205
+ RegisterDevice(0xe216, &bmgInfo);
0 commit comments