diff mbox series

drm/i915/ehl: Remove invalid PCI ID

Message ID 20201030212614.10595-1-anusha.srivatsa@intel.com (mailing list archive)
State New, archived
Headers show
Series drm/i915/ehl: Remove invalid PCI ID | expand

Commit Message

Srivatsa, Anusha Oct. 30, 2020, 9:26 p.m. UTC
Update the EHL PCI IDs from BSpec.
Remove the invalid ones.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
---
 include/drm/i915_pciids.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Ville Syrjälä Nov. 2, 2020, 5:29 p.m. UTC | #1
On Fri, Oct 30, 2020 at 02:26:14PM -0700, Anusha Srivatsa wrote:
> Update the EHL PCI IDs from BSpec.
> Remove the invalid ones.
> 
> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

Pls sort out the ci fail so we can merge this.

> ---
>  include/drm/i915_pciids.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index 3b5ed1e4f3ec..28428e08a8d3 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -584,7 +584,6 @@
>  
>  /* EHL */
>  #define INTEL_EHL_IDS(info) \
> -	INTEL_VGA_DEVICE(0x4500, info),	\
>  	INTEL_VGA_DEVICE(0x4571, info), \
>  	INTEL_VGA_DEVICE(0x4551, info), \
>  	INTEL_VGA_DEVICE(0x4541, info), \
> -- 
> 2.25.0
Srivatsa, Anusha Nov. 2, 2020, 7:23 p.m. UTC | #2
> -----Original Message-----
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Sent: Monday, November 2, 2020 9:29 AM
> To: Srivatsa, Anusha <anusha.srivatsa@intel.com>
> Cc: intel-gfx@lists.freedesktop.org
> Subject: Re: [PATCH] drm/i915/ehl: Remove invalid PCI ID
> 
> On Fri, Oct 30, 2020 at 02:26:14PM -0700, Anusha Srivatsa wrote:
> > Update the EHL PCI IDs from BSpec.
> > Remove the invalid ones.
> >
> > Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> > Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
> 
> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
> 
> Pls sort out the ci fail so we can merge this.

Sure. Thanks!

Anusha
> > ---
> >  include/drm/i915_pciids.h | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> > index 3b5ed1e4f3ec..28428e08a8d3 100644
> > --- a/include/drm/i915_pciids.h
> > +++ b/include/drm/i915_pciids.h
> > @@ -584,7 +584,6 @@
> >
> >  /* EHL */
> >  #define INTEL_EHL_IDS(info) \
> > -	INTEL_VGA_DEVICE(0x4500, info),	\
> >  	INTEL_VGA_DEVICE(0x4571, info), \
> >  	INTEL_VGA_DEVICE(0x4551, info), \
> >  	INTEL_VGA_DEVICE(0x4541, info), \
> > --
> > 2.25.0
> 
> --
> Ville Syrjälä
> Intel
Srivatsa, Anusha Nov. 4, 2020, 12:52 a.m. UTC | #3
> -----Original Message-----
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Sent: Monday, November 2, 2020 9:29 AM
> To: Srivatsa, Anusha <anusha.srivatsa@intel.com>
> Cc: intel-gfx@lists.freedesktop.org
> Subject: Re: [PATCH] drm/i915/ehl: Remove invalid PCI ID
> 
> On Fri, Oct 30, 2020 at 02:26:14PM -0700, Anusha Srivatsa wrote:
> > Update the EHL PCI IDs from BSpec.
> > Remove the invalid ones.
> >
> > Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> > Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
> 
> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
> 
> Pls sort out the ci fail so we can merge this.

Merged.

Anusha 

> > ---
> >  include/drm/i915_pciids.h | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> > index 3b5ed1e4f3ec..28428e08a8d3 100644
> > --- a/include/drm/i915_pciids.h
> > +++ b/include/drm/i915_pciids.h
> > @@ -584,7 +584,6 @@
> >
> >  /* EHL */
> >  #define INTEL_EHL_IDS(info) \
> > -	INTEL_VGA_DEVICE(0x4500, info),	\
> >  	INTEL_VGA_DEVICE(0x4571, info), \
> >  	INTEL_VGA_DEVICE(0x4551, info), \
> >  	INTEL_VGA_DEVICE(0x4541, info), \
> > --
> > 2.25.0
> 
> --
> Ville Syrjälä
> Intel
diff mbox series

Patch

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 3b5ed1e4f3ec..28428e08a8d3 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -584,7 +584,6 @@ 
 
 /* EHL */
 #define INTEL_EHL_IDS(info) \
-	INTEL_VGA_DEVICE(0x4500, info),	\
 	INTEL_VGA_DEVICE(0x4571, info), \
 	INTEL_VGA_DEVICE(0x4551, info), \
 	INTEL_VGA_DEVICE(0x4541, info), \