From 1a32fbd48c62481cd17c6944ecd17bcb2c2b052a Mon Sep 17 00:00:00 2001 From: Anuj Phogat Date: Wed, 4 Dec 2019 15:21:20 -0800 Subject: [PATCH] intel: Add pci-ids for Jasper Lake Signed-off-by: Anuj Phogat Reviewed-by: Lionel Landwerlin --- include/pci_ids/i965_pci_ids.h | 3 +++ src/intel/dev/gen_device_info.c | 1 + 2 files changed, 4 insertions(+) diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h index 4ec79870b9e..beceaddee56 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -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 diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c index 61eedf68ff7..23306475b3e 100644 --- a/src/intel/dev/gen_device_info.c +++ b/src/intel/dev/gen_device_info.c @@ -67,6 +67,7 @@ gen_device_name_to_pci_device_id(const char *name) { "cnl", 0x5a52 }, { "icl", 0x8a52 }, { "ehl", 0x4500 }, + { "jsl", 0x4E71 }, { "tgl", 0x9a49 }, }; -- 2.30.2