From: Matt Turner Date: Fri, 16 Mar 2018 18:00:50 +0000 (-0700) Subject: intel/compiler: Readd ICL to test_eu_validate.cpp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=724586a2665d2109a581913822f60aa768573e39;p=mesa.git intel/compiler: Readd ICL to test_eu_validate.cpp Now that the PCI IDs are upstream, this can be readded. --- diff --git a/src/intel/compiler/test_eu_validate.cpp b/src/intel/compiler/test_eu_validate.cpp index 303773d6d7e..b132b87a1a3 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 {