projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65b060d
)
intel/compiler: Readd ICL to test_eu_validate.cpp
author
Matt Turner
<mattst88@gmail.com>
Fri, 16 Mar 2018 18:00:50 +0000
(11:00 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/src/intel/compiler/test_eu_validate.cpp
b/src/intel/compiler/test_eu_validate.cpp
index 303773d6d7e58aa9224608d30330d02c5c66b0e3..b132b87a1a3f914f217be829d4f89a3683003c03 100644
(file)
--- 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> {