From: Ian Romanick <ian.d.roman...@intel.com>

PCI IDs directly from Mesa's include/pci_ids/i965_pci_ids.h.

Signed-off-by: Ian Romanick <ian.d.roman...@intel.com>
---
 run.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/run.c b/run.c
index 200c0f4..c70e367 100644
--- a/run.c
+++ b/run.c
@@ -418,6 +418,8 @@ const struct platform platforms[] = {
     "byt",  "0x0F33",
     "bdw",  "0x162E",
     "skl",  "0x191D",
+    "cnl",  "0x5A54",
+    "icl",  "0x8A50",
 };
 
 void print_usage(const char *prog_name)
-- 
2.14.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to