Skip to content

Commit 9e212b3

Browse files
XinfengZhangintel-mediadev
authored andcommitted
add more device ID for BMG
Signed-off-by: Carl Zhang <carl.zhang@intel.com>
1 parent c5147ca commit 9e212b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

media_softlet/linux/xe2_hpm/ddi/media_sysinfo_bmg.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ static bool bmgDevicee20C = DeviceInfoFactory<GfxDeviceInfo>::
198198
static bool bmgDevicee20D = DeviceInfoFactory<GfxDeviceInfo>::
199199
RegisterDevice(0xe20D, &bmgInfo);
200200

201+
static bool bmgDevicee210 = DeviceInfoFactory<GfxDeviceInfo>::
202+
RegisterDevice(0xe210, &bmgInfo);
203+
201204
static bool bmgDevicee212 = DeviceInfoFactory<GfxDeviceInfo>::
202205
RegisterDevice(0xe212, &bmgInfo);
203206

0 commit comments

Comments
 (0)