[PATCH v2] drm/xe/bmg: Add new PCI IDs

Rodrigo Vivi rodrigo.vivi at intel.com
Tue Jan 28 22:48:28 UTC 2025


On Tue, Jan 28, 2025 at 06:10:28PM +0000, Taylor, Clinton A wrote:
> LGTM
> 
> Reviewed-by: Clint Taylor <Clinton.A.Taylor at intel.com> 

pushed to drm-xe-next. Thank you both

> 
> -Clint
> 
> On Tue, 2025-01-28 at 21:50 +0530, Shekhar Chauhan wrote:
> > Add 3 new PCI IDs for BMG.
> > 
> > v2: Fix typo -> Replace '.' with ','
> > 
> > Signed-off-by: Shekhar Chauhan <shekhar.chauhan at intel.com>
> > ---
> >  include/drm/intel/pciids.h | 5 ++++-
> >  1 file changed, 4 insertions(+), 1 deletion(-)
> > 
> > diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h
> > index 7883384acd5e..e53d7d9bb64d 100644
> > --- a/include/drm/intel/pciids.h
> > +++ b/include/drm/intel/pciids.h
> > @@ -817,7 +817,10 @@
> >         MACRO__(0xE20B, ## __VA_ARGS__), \
> >         MACRO__(0xE20C, ## __VA_ARGS__), \
> >         MACRO__(0xE20D, ## __VA_ARGS__), \
> > -       MACRO__(0xE212, ## __VA_ARGS__)
> > +       MACRO__(0xE210, ## __VA_ARGS__), \
> > +       MACRO__(0xE212, ## __VA_ARGS__), \
> > +       MACRO__(0xE215, ## __VA_ARGS__), \
> > +       MACRO__(0xE216, ## __VA_ARGS__)
> >  
> >  /* PTL */
> >  #define INTEL_PTL_IDS(MACRO__, ...) \
> 


More information about the Intel-xe mailing list