Re: [Intel-gfx] [PATCH 24/56] drm/i915/adl_p: Add PCI Devices IDs

2021-03-17 Thread Jani Nikula
On Thu, 11 Mar 2021, Matt Roper  wrote:
> From: Clinton Taylor 
>
> Add 12 known PCI device IDs
>
> Bspec: 55376
> Cc: Caz Yokoyama 
> Cc: Matt Atwood 
> Cc: Matt Roper 
> Signed-off-by: Clinton Taylor 
> Signed-off-by: Matt Roper 
> ---
>  include/drm/i915_pciids.h | 20 
>  1 file changed, 20 insertions(+)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index ebd0dd1c35b3..6607b65e7ae2 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -645,4 +645,24 @@
>   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)

Nitpick, this loses the blank line here.

>  #endif /* _I915_PCIIDS_H */

-- 
Jani Nikula, Intel Open Source Graphics Center
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] [PATCH 24/56] drm/i915/adl_p: Add PCI Devices IDs

2021-03-12 Thread Srivatsa, Anusha



> -Original Message-
> From: Intel-gfx  On Behalf Of Matt
> Roper
> Sent: Thursday, March 11, 2021 2:36 PM
> To: intel-gfx@lists.freedesktop.org
> Subject: [Intel-gfx] [PATCH 24/56] drm/i915/adl_p: Add PCI Devices IDs
> 
> From: Clinton Taylor 
> 
> Add 12 known PCI device IDs
> 
> Bspec: 55376
> Cc: Caz Yokoyama 
> Cc: Matt Atwood 
> Cc: Matt Roper 
> Signed-off-by: Clinton Taylor 
> Signed-off-by: Matt Roper 

Reviewed-by: Anusha Srivatsa 

> ---
>  include/drm/i915_pciids.h | 20 
>  1 file changed, 20 insertions(+)
> 
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index
> ebd0dd1c35b3..6607b65e7ae2 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -645,4 +645,24 @@
>   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
> 
> ___
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx