Mesa (master): intel/compiler: Readd ICL to test_eu_validate.cpp

Matt Turner mattst88 at kemper.freedesktop.org
Thu Mar 22 16:57:28 UTC 2018


Module: Mesa
Branch: master
Commit: 724586a2665d2109a581913822f60aa768573e39
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=724586a2665d2109a581913822f60aa768573e39

Author: Matt Turner <mattst88 at gmail.com>
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> {




More information about the mesa-commit mailing list