summaryrefslogtreecommitdiff
path: root/run.c
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2018-08-20 12:38:09 -0700
committerIan Romanick <ian.d.romanick@intel.com>2019-03-01 12:55:22 -0800
commit0220a63b81766685d93cc58f64dac6301641428f (patch)
tree15ba4828a5b8fe35459df6b0b1c70981e2ec9666 /run.c
parent1cba7ba939d83257114e7beebbabb2660662fe57 (diff)
run: Add Ice Lake as a platform
PCI ID directly from Mesa's include/pci_ids/i965_pci_ids.h. Acked-by: Jason Ekstrand jason@jlekstrand.net
Diffstat (limited to 'run.c')
-rw-r--r--run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.c b/run.c
index 1e415c9..b62b860 100644
--- a/run.c
+++ b/run.c
@@ -418,6 +418,7 @@ const struct platform platforms[] = {
"byt", "0x0F33",
"bdw", "0x162E",
"skl", "0x191D",
+ "icl", "0x8A50",
};
void print_usage(const char *prog_name)