intel: Add pci-ids for Jasper Lake
authorAnuj Phogat <anuj.phogat@gmail.com>
Wed, 4 Dec 2019 23:21:20 +0000 (15:21 -0800)
committerAnuj Phogat <anuj.phogat@gmail.com>
Mon, 9 Dec 2019 20:22:57 +0000 (12:22 -0800)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
include/pci_ids/i965_pci_ids.h
src/intel/dev/gen_device_info.c

index 4ec79870b9efa9982c8b47828bb8446eab40558d..beceaddee56b311304c8ffa1cae7d837224d0599 100644 (file)
@@ -241,4 +241,7 @@ CHIPSET(0x4500, ehl_4x8, "Intel(R) HD Graphics (Elkhart Lake 4x8)")
 CHIPSET(0x4571, ehl_4x8, "Intel(R) HD Graphics (Elkhart Lake 4x8)")
 CHIPSET(0x4551, ehl_4x4, "Intel(R) HD Graphics (Elkhart Lake 4x4)")
 CHIPSET(0x4541, ehl_2x4, "Intel(R) HD Graphics (Elkhart Lake 2x4)")
+CHIPSET(0x4E51, ehl_4x4, "Intel(R) HD Graphics (Jasper Lake 4x4)")
+CHIPSET(0x4E61, ehl_4x6, "Intel(R) HD Graphics (Jasper Lake 4x6)")
+CHIPSET(0x4E71, ehl_4x8, "Intel(R) HD Graphics (Jasper Lake 4x8)")
 #endif
index 61eedf68ff7c7e4554d544304414dccfb0bcc001..23306475b3ea3ad788b59c05f1bba5acd9a5616f 100644 (file)
@@ -67,6 +67,7 @@ gen_device_name_to_pci_device_id(const char *name)
       { "cnl", 0x5a52 },
       { "icl", 0x8a52 },
       { "ehl", 0x4500 },
+      { "jsl", 0x4E71 },
       { "tgl", 0x9a49 },
    };