Skip to content

Commit ab59ef9

Browse files
committed
[Media Common] Add BMG-E NEX1 and NEX2 Device ID
Signed-off-by: Soon, Thean Siew <thean.siew.soon@intel.com>
1 parent 7b698ed commit ab59ef9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

media_softlet/linux/xe2_hpm/ddi/media_sysinfo_bmg.cpp

+7-1
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,10 @@ 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 bmgDevicee215 = DeviceInfoFactory<GfxDeviceInfo>::
205+
RegisterDevice(0xe215, &bmgInfo);
206+
207+
static bool bmgDevicee216 = DeviceInfoFactory<GfxDeviceInfo>::
208+
RegisterDevice(0xe216, &bmgInfo);

0 commit comments

Comments
 (0)