Mesa (master): intel: Add icl pci id for INTEL_DEVID_OVERRIDE

Matt Turner mattst88 at kemper.freedesktop.org
Wed Feb 28 19:16:51 UTC 2018


Module: Mesa
Branch: master
Commit: 5e42103f3be5cfaaa374442e009c101403c143bd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e42103f3be5cfaaa374442e009c101403c143bd

Author: Anuj Phogat <anuj.phogat at gmail.com>
Date:   Wed May 10 15:26:51 2017 -0700

intel: Add icl pci id for INTEL_DEVID_OVERRIDE

Reviewed-by: Matt Turner <mattst88 at gmail.com>
Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>

---

 src/intel/common/gen_device_info.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/intel/common/gen_device_info.c b/src/intel/common/gen_device_info.c
index b17d22e5f8..11a4480ebf 100644
--- a/src/intel/common/gen_device_info.c
+++ b/src/intel/common/gen_device_info.c
@@ -56,6 +56,7 @@ gen_device_name_to_pci_device_id(const char *name)
       { "kbl", 0x5912 },
       { "glk", 0x3185 },
       { "cnl", 0x5a52 },
+      { "icl", 0x8a52 },
    };
 
    for (unsigned i = 0; i < ARRAY_SIZE(name_map); i++) {




More information about the mesa-commit mailing list