From: Anuj Phogat Date: Wed, 10 May 2017 22:26:51 +0000 (-0700) Subject: intel: Add icl pci id for INTEL_DEVID_OVERRIDE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e42103f3be5cfaaa374442e009c101403c143bd;p=mesa.git intel: Add icl pci id for INTEL_DEVID_OVERRIDE Reviewed-by: Matt Turner Signed-off-by: Anuj Phogat --- diff --git a/src/intel/common/gen_device_info.c b/src/intel/common/gen_device_info.c index b17d22e5f8e..11a4480ebf1 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++) {