diff options
Diffstat (limited to 'src/intel/common/gen_device_info.c')
-rw-r--r-- | src/intel/common/gen_device_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
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++) { |