[igt-dev] [PATCH i-g-t] lib: sync i915_pciids.h with kernel
Srivatsa, Anusha
anusha.srivatsa at intel.com
Thu Jun 3 18:58:07 UTC 2021
> -----Original Message-----
> From: Roper, Matthew D <matthew.d.roper at intel.com>
> Sent: Thursday, June 3, 2021 7:31 AM
> To: igt-dev at lists.freedesktop.org
> Cc: Roper, Matthew D <matthew.d.roper at intel.com>
> Subject: [PATCH i-g-t] lib: sync i915_pciids.h with kernel
>
> This synchronizes with kernel commit
>
> 760759f2cf71 ("drm/i915/adl_p: Add PCI Devices IDs")
>
> to bring in ADL-P PCI IDs as well as a couple more ADL-S IDs.
>
> Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
Reviewed-by: Anusha Srivatsa <anusha.srivatsa at intel.com>
> ---
> lib/i915_pciids.h | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h index ebd0dd1c..eee18fa5
> 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -640,9 +640,32 @@
> INTEL_VGA_DEVICE(0x4681, info), \
> INTEL_VGA_DEVICE(0x4682, info), \
> INTEL_VGA_DEVICE(0x4683, info), \
> + INTEL_VGA_DEVICE(0x4688, info), \
> + INTEL_VGA_DEVICE(0x4689, info), \
> INTEL_VGA_DEVICE(0x4690, info), \
> INTEL_VGA_DEVICE(0x4691, info), \
> INTEL_VGA_DEVICE(0x4692, info), \
> INTEL_VGA_DEVICE(0x4693, info)
>
> +/* ADL-P */
> +#define INTEL_ADLP_IDS(info) \
> + INTEL_VGA_DEVICE(0x46A0, info), \
> + INTEL_VGA_DEVICE(0x46A1, info), \
> + INTEL_VGA_DEVICE(0x46A2, info), \
> + INTEL_VGA_DEVICE(0x46A3, info), \
> + INTEL_VGA_DEVICE(0x46A6, info), \
> + INTEL_VGA_DEVICE(0x46A8, info), \
> + INTEL_VGA_DEVICE(0x46AA, info), \
> + INTEL_VGA_DEVICE(0x462A, info), \
> + INTEL_VGA_DEVICE(0x4626, info), \
> + INTEL_VGA_DEVICE(0x4628, info), \
> + INTEL_VGA_DEVICE(0x46B0, info), \
> + INTEL_VGA_DEVICE(0x46B1, info), \
> + INTEL_VGA_DEVICE(0x46B2, info), \
> + INTEL_VGA_DEVICE(0x46B3, info), \
> + INTEL_VGA_DEVICE(0x46C0, info), \
> + INTEL_VGA_DEVICE(0x46C1, info), \
> + INTEL_VGA_DEVICE(0x46C2, info), \
> + INTEL_VGA_DEVICE(0x46C3, info)
> +
> #endif /* _I915_PCIIDS_H */
> --
> 2.25.4
More information about the igt-dev
mailing list