summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/test_eu_validate.cpp
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2018-03-16 11:00:50 -0700
committerMatt Turner <[email protected]>2018-03-22 09:56:09 -0700
commit724586a2665d2109a581913822f60aa768573e39 (patch)
tree9d96cdbe94911c6ae6f842ac0c8a1d7821cffbf5 /src/intel/compiler/test_eu_validate.cpp
parent65b060d9cbe932d6749c472b754aa7971b4129e8 (diff)
intel/compiler: Readd ICL to test_eu_validate.cpp
Now that the PCI IDs are upstream, this can be readded.
Diffstat (limited to 'src/intel/compiler/test_eu_validate.cpp')
-rw-r--r--src/intel/compiler/test_eu_validate.cpp1
1 files changed, 1 insertions, 0 deletions
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<struct gen_info> {