[igt-dev] [i-g-t,v3] lib: sync i915_pciids.h with kernel
Petri Latvala
petri.latvala at intel.com
Mon Apr 25 15:17:27 UTC 2022
On Mon, Apr 25, 2022 at 08:32:48PM +0530, Talla Raviteja Goud wrote:
> From: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay at intel.com>
>
> This synchronizes with kernel commit
>
> 72c3c8d6e5275 ("drm/i915/rpl-p: Add PCI IDs")
> to bring in RPL-P PCI IDs.
>
> v2: Corresponding kernel commit added in commit message (Petri)
>
> v3: Copying the header from 72c3c8d6e5275 also brings in these RPL-S ids: 0xA78A 0xA78B (Petri)
>
> Signed-off-by: Adam Miszczak <adam.miszczak at intel.com>
> Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay at intel.com>
> Signed-off-by: Raviteja Goud Talla <ravitejax.goud.talla at intel.com>
Acked-by: Petri Latvala <petri.latvala at intel.com>
> ---
> lib/i915_pciids.h | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index 533890dc..a7b5eea7 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -679,6 +679,17 @@
> INTEL_VGA_DEVICE(0xA782, info), \
> INTEL_VGA_DEVICE(0xA783, info), \
> INTEL_VGA_DEVICE(0xA788, info), \
> - INTEL_VGA_DEVICE(0xA789, info)
> + INTEL_VGA_DEVICE(0xA789, info), \
> + INTEL_VGA_DEVICE(0xA78A, info), \
> + INTEL_VGA_DEVICE(0xA78B, info)
> +
> +/* RPL-P */
> +#define INTEL_RPLP_IDS(info) \
> + INTEL_VGA_DEVICE(0xA720, info), \
> + INTEL_VGA_DEVICE(0xA721, info), \
> + INTEL_VGA_DEVICE(0xA7A0, info), \
> + INTEL_VGA_DEVICE(0xA7A1, info), \
> + INTEL_VGA_DEVICE(0xA7A8, info), \
> + INTEL_VGA_DEVICE(0xA7A9, info)
>
> #endif /* _I915_PCIIDS_H */
> --
> 2.34.1
>
More information about the igt-dev
mailing list