[igt-dev] [i-g-t,v2, 1/2] lib: sync i915_pciids.h with kernel

Petri Latvala petri.latvala at intel.com
Fri Apr 22 07:42:45 UTC 2022


On Thu, Apr 21, 2022 at 11:28:18AM +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)
> 
> 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>
> ---
>  lib/i915_pciids.h | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index 533890dc..3233a06e 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -681,4 +681,13 @@
>  	INTEL_VGA_DEVICE(0xA788, info), \
>  	INTEL_VGA_DEVICE(0xA789, info)

You need to _copy_ the file from that kernel commit. It has changes to
the list of RPL-S ids here too, this patch doesn't match what's in
72c3c8d6e5275.


-- 
Petri Latvala


>  
> +/*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