intel/compiler: Readd ICL to test_eu_validate.cpp
authorMatt Turner <mattst88@gmail.com>
Fri, 16 Mar 2018 18:00:50 +0000 (11:00 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 22 Mar 2018 16:56:09 +0000 (09:56 -0700)
Now that the PCI IDs are upstream, this can be readded.

src/intel/compiler/test_eu_validate.cpp

index 303773d6d7e58aa9224608d30330d02c5c66b0e3..b132b87a1a3f914f217be829d4f89a3683003c03 100644 (file)
@@ -43,6 +43,7 @@ static const struct gen_info {
    { "glk", },
    { "cfl", },
    { "cnl", },
+   { "icl", },
 };
 
 class validation_test: public ::testing::TestWithParam<struct gen_info> {