Update infra

- set revision = 9 for gen9

Change-Id: Icd8b73003eee3b1d32dbe3014c93174441e21f6a
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-10-02 09:37:14 +02:00
committed by sys_ocldev
parent 7e31ec37d7
commit cd85bcffdb
16 changed files with 44 additions and 35 deletions

View File

@ -11,7 +11,7 @@ SET_FLAGS_FOR("GEN12LP" "TGLLP" "RKL")
# Add supported and tested platforms
if(SUPPORT_GEN8)
set(GEN8_REVISIONS 0)
set(CORE_GEN8_REVISIONS 0)
if(TESTS_GEN8)
ADD_ITEM_FOR_GEN("FAMILY_NAME" "TESTED" "GEN8" "BDWFamily")
endif()
@ -28,7 +28,8 @@ if(SUPPORT_GEN8)
endif()
if(SUPPORT_GEN9)
set(GEN9_REVISIONS 0)
set(CORE_GEN9_REVISIONS 9)
set(LP_GEN9_REVISIONS 0)
if(TESTS_GEN9)
ADD_ITEM_FOR_GEN("FAMILY_NAME" "TESTED" "GEN9" "SKLFamily")
endif()
@ -94,7 +95,8 @@ if(SUPPORT_GEN9)
endif()
if(SUPPORT_GEN11)
set(GEN11_REVISIONS 0)
set(CORE_GEN11_REVISIONS 0)
set(LP_GEN11_REVISIONS 0)
if(TESTS_GEN11)
ADD_ITEM_FOR_GEN("FAMILY_NAME" "TESTED" "GEN11" "ICLFamily")
endif()
@ -133,7 +135,7 @@ if(SUPPORT_GEN11)
endif()
if(SUPPORT_GEN12LP)
set(GEN12LP_REVISIONS 0)
set(LP_GEN12LP_REVISIONS 0)
if(TESTS_GEN12LP)
ADD_ITEM_FOR_GEN("FAMILY_NAME" "TESTED" "GEN12LP" "TGLLPFamily")
endif()