Device ID Cleanup

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-11-06 13:34:53 +01:00
committed by Compute-Runtime-Automation
parent 7fcc1bc1ad
commit 9af7b3d462

View File

@@ -18,7 +18,9 @@ const char *HwMapper<IGFX_DG1>::abbreviation = "dg1";
bool isSimulationDG1(unsigned short deviceId) {
switch (deviceId) {
case DEV_ID_4905:
case 0x4905:
case 0x4906:
case 0x4907:
return true;
}