[Mesa-dev] [PATCH 2/2] run: Add Cannonlake and Ice Lake as platforms
Ian Romanick
idr at freedesktop.org
Sat Aug 25 06:11:40 UTC 2018
From: Ian Romanick <ian.d.romanick at intel.com>
PCI IDs directly from Mesa's include/pci_ids/i965_pci_ids.h.
Signed-off-by: Ian Romanick <ian.d.romanick at 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
More information about the mesa-dev
mailing list