Skip to content

Commit 9af7b3d

Browse files
Device ID Cleanup
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
1 parent 7fcc1bc commit 9af7b3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

opencl/source/gen12lp/hw_info_dg1.inl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ const char *HwMapper<IGFX_DG1>::abbreviation = "dg1";
1818

1919
bool isSimulationDG1(unsigned short deviceId) {
2020
switch (deviceId) {
21-
case DEV_ID_4905:
21+
case 0x4905:
22+
case 0x4906:
23+
case 0x4907:
2224
return true;
2325
}
2426

0 commit comments

Comments
 (0)