[PATCH i-g-t 06/10] lib: sync i915_pciids.h with kernel commit bfbda4722767
Rodrigo Vivi
rodrigo.vivi at intel.com
Wed May 22 16:11:59 UTC 2024
On Wed, May 22, 2024 at 01:35:19PM +0300, Jani Nikula wrote:
> Synchronize i915_pciids.h with kernel commit:
>
> bfbda4722767 ("drm/i915/pciids: remove 11 from INTEL_ICL_IDS()")
>
> and update the references in intel_device_info.c.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
>
> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
> ---
> lib/i915_pciids.h | 2 +-
> lib/intel_device_info.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index 0c5a20d59801..ecfd7f71e2e7 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -597,7 +597,7 @@
> INTEL_VGA_DEVICE(0x8A70, info), \
> INTEL_VGA_DEVICE(0x8A71, info)
>
> -#define INTEL_ICL_11_IDS(info) \
> +#define INTEL_ICL_IDS(info) \
> INTEL_ICL_PORT_F_IDS(info), \
> INTEL_VGA_DEVICE(0x8A51, info), \
> INTEL_VGA_DEVICE(0x8A5D, info)
> diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
> index 0bff1ab4ee95..79e3796dbefe 100644
> --- a/lib/intel_device_info.c
> +++ b/lib/intel_device_info.c
> @@ -594,7 +594,7 @@ static const struct pci_id_match intel_device_match[] = {
>
> INTEL_CNL_IDS(&intel_cannonlake_info),
>
> - INTEL_ICL_11_IDS(&intel_icelake_info),
> + INTEL_ICL_IDS(&intel_icelake_info),
>
> INTEL_EHL_IDS(&intel_elkhartlake_info),
> INTEL_JSL_IDS(&intel_jasperlake_info),
> --
> 2.39.2
>
More information about the igt-dev
mailing list