[igt-dev] [i-g-t] lib/i915: Identify Jasperlake

Chris Wilson chris at chris-wilson.co.uk
Tue Nov 10 13:00:51 UTC 2020


Quoting Tejas Upadhyay (2020-11-10 07:31:21)
> 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),

You could give it it's platform name as well. Might be useful later.
-Chris


More information about the igt-dev mailing list