mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
fix: Update appropriate values in PCI property & state for Windows
Related-To: NEO-12320 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fb8921df97
commit
44658fb7d9
@@ -79,6 +79,8 @@ using IsDG2 = IsProduct<IGFX_DG2>;
|
||||
using IsPVC = IsProduct<IGFX_PVC>;
|
||||
|
||||
using IsBMG = IsProduct<IGFX_BMG>;
|
||||
using IsNotBMG = IsNotWithinProducts<IGFX_BMG, IGFX_BMG>;
|
||||
|
||||
using IsLNL = IsProduct<IGFX_LUNARLAKE>;
|
||||
|
||||
using IsAtLeastSkl = IsAtLeastProduct<IGFX_SKYLAKE>;
|
||||
|
||||
Reference in New Issue
Block a user