HwInfoConfig cleanup

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2020-11-21 15:50:18 +00:00
committed by Compute-Runtime-Automation
parent 154f7e87be
commit 8dfea40242
17 changed files with 93 additions and 187 deletions

View File

@@ -1086,6 +1086,8 @@ using IsGen12LP = IsGfxCore<IGFX_GEN12LP_CORE>;
using IsAtMostGen11 = IsAtMostGfxCore<IGFX_GEN11LP_CORE>;
using IsAtLeastGen12lp = IsAtLeastGfxCore<IGFX_GEN12LP_CORE>;
using IsBXT = IsProduct<IGFX_BROXTON>;
using IsCFL = IsProduct<IGFX_COFFEELAKE>;
using IsEHL = IsProduct<IGFX_ELKHARTLAKE>;