[Mesa-dev] [PATCH 11/11] intel/compiler: Readd ICL to test_eu_validate.cpp
Matt Turner
mattst88 at gmail.com
Wed Mar 21 21:06:22 UTC 2018
Now that the PCI IDs are upstream, this can be readded.
---
src/intel/compiler/test_eu_validate.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/intel/compiler/test_eu_validate.cpp b/src/intel/compiler/test_eu_validate.cpp
index e36f50a2d7e..79401222d78 100644
--- a/src/intel/compiler/test_eu_validate.cpp
+++ b/src/intel/compiler/test_eu_validate.cpp
@@ -43,6 +43,7 @@ static const struct gen_info {
{ "glk", },
{ "cfl", },
{ "cnl", },
+ { "icl", },
};
class validation_test: public ::testing::TestWithParam<struct gen_info> {
--
2.16.1
More information about the mesa-dev
mailing list