[igt-dev] [i-g-t] lib/i915: Identify Jasperlake
Tejas Upadhyay
tejaskumarx.surendrakumar.upadhyay at intel.com
Tue Nov 10 07:31:21 UTC 2020
Recently we did split of EHL/JSL thus we need to indentify
Jasperlake.
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay at intel.com>
---
lib/intel_device_info.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
index e1132d9c..054b98c0 100644
--- a/lib/intel_device_info.c
+++ b/lib/intel_device_info.c
@@ -423,6 +423,7 @@ static const struct pci_id_match intel_device_match[] = {
INTEL_ICL_11_IDS(&intel_icelake_info),
INTEL_EHL_IDS(&intel_elkhartlake_info),
+ INTEL_JSL_IDS(&intel_elkhartlake_info),
INTEL_TGL_12_GT1_IDS(&intel_tigerlake_gt1_info),
INTEL_TGL_12_GT2_IDS(&intel_tigerlake_gt2_info),
--
2.28.0
More information about the igt-dev
mailing list