diff mbox series

drm/i915: Update ADL-N PCI IDs

Message ID 20240214144629.106702-2-gustavo.sousa@intel.com (mailing list archive)
State New, archived
Headers show
Series drm/i915: Update ADL-N PCI IDs | expand

Commit Message

Gustavo Sousa Feb. 14, 2024, 2:46 p.m. UTC
Extend the list of ADL-N PCI IDs to contain two new entries.

Bspec: 68397
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 include/drm/i915_pciids.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Bhadane, Dnyaneshwar Feb. 14, 2024, 3:05 p.m. UTC | #1
> -----Original Message-----
> From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of
> Gustavo Sousa
> Sent: Wednesday, February 14, 2024 8:17 PM
> To: intel-gfx@lists.freedesktop.org
> Subject: [PATCH] drm/i915: Update ADL-N PCI IDs
> 
> Extend the list of ADL-N PCI IDs to contain two new entries.
> 
> Bspec: 68397
> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>

Looks good to me,
Thanks for the patch.

Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>

Dnyaneshwar
> ---
>  include/drm/i915_pciids.h | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index
> 07779a11758e..28a96aa1e08f 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -672,7 +672,9 @@
>  #define INTEL_ADLN_IDS(info) \
>  	INTEL_VGA_DEVICE(0x46D0, info), \
>  	INTEL_VGA_DEVICE(0x46D1, info), \
> -	INTEL_VGA_DEVICE(0x46D2, info)
> +	INTEL_VGA_DEVICE(0x46D2, info), \
> +	INTEL_VGA_DEVICE(0x46D3, info), \
> +	INTEL_VGA_DEVICE(0x46D4, info)
> 
>  /* RPL-S */
>  #define INTEL_RPLS_IDS(info) \
> --
> 2.43.0
Matt Roper Feb. 14, 2024, 9:02 p.m. UTC | #2
On Wed, Feb 14, 2024 at 03:05:42PM +0000, Bhadane, Dnyaneshwar wrote:
> 
> 
> > -----Original Message-----
> > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of
> > Gustavo Sousa
> > Sent: Wednesday, February 14, 2024 8:17 PM
> > To: intel-gfx@lists.freedesktop.org
> > Subject: [PATCH] drm/i915: Update ADL-N PCI IDs
> > 
> > Extend the list of ADL-N PCI IDs to contain two new entries.
> > 
> > Bspec: 68397
> > Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
> 
> Looks good to me,
> Thanks for the patch.
> 
> Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>

Applied to drm-intel-next.  Thanks for the patch and review.


Matt

> 
> Dnyaneshwar
> > ---
> >  include/drm/i915_pciids.h | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> > 
> > diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index
> > 07779a11758e..28a96aa1e08f 100644
> > --- a/include/drm/i915_pciids.h
> > +++ b/include/drm/i915_pciids.h
> > @@ -672,7 +672,9 @@
> >  #define INTEL_ADLN_IDS(info) \
> >  	INTEL_VGA_DEVICE(0x46D0, info), \
> >  	INTEL_VGA_DEVICE(0x46D1, info), \
> > -	INTEL_VGA_DEVICE(0x46D2, info)
> > +	INTEL_VGA_DEVICE(0x46D2, info), \
> > +	INTEL_VGA_DEVICE(0x46D3, info), \
> > +	INTEL_VGA_DEVICE(0x46D4, info)
> > 
> >  /* RPL-S */
> >  #define INTEL_RPLS_IDS(info) \
> > --
> > 2.43.0
>
diff mbox series

Patch

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 07779a11758e..28a96aa1e08f 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -672,7 +672,9 @@ 
 #define INTEL_ADLN_IDS(info) \
 	INTEL_VGA_DEVICE(0x46D0, info), \
 	INTEL_VGA_DEVICE(0x46D1, info), \
-	INTEL_VGA_DEVICE(0x46D2, info)
+	INTEL_VGA_DEVICE(0x46D2, info), \
+	INTEL_VGA_DEVICE(0x46D3, info), \
+	INTEL_VGA_DEVICE(0x46D4, info)
 
 /* RPL-S */
 #define INTEL_RPLS_IDS(info) \