Module: Mesa Branch: master Commit: 724586a2665d2109a581913822f60aa768573e39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=724586a2665d2109a581913822f60aa768573e39
Author: Matt Turner <[email protected]> Date: Fri Mar 16 11:00:50 2018 -0700 intel/compiler: Readd ICL to test_eu_validate.cpp 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 303773d6d7..b132b87a1a 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> { _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
