[igt-dev] [i-g-t] lib: sync i915_pciids.h with kernel
Petri Latvala
petri.latvala at intel.com
Thu Dec 16 11:27:42 UTC 2021
On Thu, Dec 16, 2021 at 04:45:10PM +0530, Tejas Upadhyay wrote:
> This synchronizes with kernel commit
>
> 52407c220c44 ("drm/i915/rpl-s: Add PCI IDS for Raptor Lake S")
>
> to bring in RPL-S PCI IDs.
>
> Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay at intel.com>
> ---
> lib/i915_pciids.h | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index c00ac546..baf3d1d3 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -666,4 +666,13 @@
> INTEL_VGA_DEVICE(0x46C2, info), \
> INTEL_VGA_DEVICE(0x46C3, info)
>
> +/* RPL-S */
> +#define INTEL_RPLS_IDS(info) \
> + INTEL_VGA_DEVICE(0xA780, info), \
> + INTEL_VGA_DEVICE(0xA781, info), \
> + INTEL_VGA_DEVICE(0xA782, info), \
> + INTEL_VGA_DEVICE(0xA783, info), \
> + INTEL_VGA_DEVICE(0xA788, info), \
> + INTEL_VGA_DEVICE(0xA789, info)
> +
> #endif /* _I915_PCIIDS_H */
> --
> 2.31.1
>
Acked-by: Petri Latvala <petri.latvala at intel.com>
But you also need to change lib/intel_device_info.c accordingly. See
9da04f759312cae8caa9aaac863163d0d98c964e for an example.
More information about the igt-dev
mailing list