mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Device ID Cleanup
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7fcc1bc1ad
commit
9af7b3d462
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user