Skip to content

Commit c5147ca

Browse files
TheanSiewintel-mediadev
authored andcommitted
[Media Common] Add BMG-E NEX2 Device ID
Signed-off-by: Soon, Thean Siew <thean.siew.soon@intel.com>
1 parent d274c5e commit c5147ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

media_softlet/linux/xe2_hpm/ddi/media_sysinfo_bmg.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,7 @@ static bool bmgDevicee20D = DeviceInfoFactory<GfxDeviceInfo>::
199199
RegisterDevice(0xe20D, &bmgInfo);
200200

201201
static bool bmgDevicee212 = DeviceInfoFactory<GfxDeviceInfo>::
202-
RegisterDevice(0xe212, &bmgInfo);
202+
RegisterDevice(0xe212, &bmgInfo);
203+
204+
static bool bmgDevicee216 = DeviceInfoFactory<GfxDeviceInfo>::
205+
RegisterDevice(0xe216, &bmgInfo);

0 commit comments

Comments
 (0)