[Mesa-dev] [PATCH 1/2] intel: Add cfl to gen_device_name_to_pci_device_id()
Matt Turner
mattst88 at gmail.com
Fri Mar 16 17:56:23 UTC 2018
---
src/intel/dev/gen_device_info.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c
index 1773009d33c..3365bdd4dd6 100644
--- a/src/intel/dev/gen_device_info.c
+++ b/src/intel/dev/gen_device_info.c
@@ -55,6 +55,7 @@ gen_device_name_to_pci_device_id(const char *name)
{ "bxt", 0x5A85 },
{ "kbl", 0x5912 },
{ "glk", 0x3185 },
+ { "cfl", 0x3E9B },
{ "cnl", 0x5a52 },
{ "icl", 0x8a52 },
};
--
2.16.1
More information about the mesa-dev
mailing list