mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +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) {
|
bool isSimulationDG1(unsigned short deviceId) {
|
||||||
switch (deviceId) {
|
switch (deviceId) {
|
||||||
case DEV_ID_4905:
|
case 0x4905:
|
||||||
|
case 0x4906:
|
||||||
|
case 0x4907:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user