[PATCH i-g-t] lib/pciids: sync with kernel

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu Jan 30 12:26:46 UTC 2025


Hi Rodrigo,
On 2025-01-29 at 09:26:45 -0500, Rodrigo Vivi wrote:
> On Wed, Jan 29, 2025 at 11:59:02AM +0100, Kamil Konieczny wrote:
> > Align with kernel commit 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table").
> > 
> > It adds PTL pci ids and also brings few BMG from previous commit.
> 
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
> 

Applied, thanks, with improved title and description.

Regards,
Kamil

> > 
> > Cc: Matt Atwood <matthew.s.atwood at intel.com>
> > Cc: Shekhar Chauhan <shekhar.chauhan at intel.com>
> > Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
> > Link: https://lore.kernel.org/intel-xe/20250128175102.45797-1-matthew.s.atwood@intel.com/
> > Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> > ---
> >  lib/pciids.h | 11 ++++++-----
> >  1 file changed, 6 insertions(+), 5 deletions(-)
> > 
> > diff --git a/lib/pciids.h b/lib/pciids.h
> > index 7883384ac..23f349f65 100644
> > --- a/lib/pciids.h
> > +++ b/lib/pciids.h
> > @@ -817,19 +817,20 @@
> >  	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__, ...) \
> >  	MACRO__(0xB080, ## __VA_ARGS__), \
> >  	MACRO__(0xB081, ## __VA_ARGS__), \
> >  	MACRO__(0xB082, ## __VA_ARGS__), \
> > +	MACRO__(0xB083, ## __VA_ARGS__), \
> > +	MACRO__(0xB08F, ## __VA_ARGS__), \
> >  	MACRO__(0xB090, ## __VA_ARGS__), \
> > -	MACRO__(0xB091, ## __VA_ARGS__), \
> > -	MACRO__(0xB092, ## __VA_ARGS__), \
> >  	MACRO__(0xB0A0, ## __VA_ARGS__), \
> > -	MACRO__(0xB0A1, ## __VA_ARGS__), \
> > -	MACRO__(0xB0A2, ## __VA_ARGS__), \
> >  	MACRO__(0xB0B0, ## __VA_ARGS__)
> >  
> >  #endif /* __PCIIDS_H__ */
> > -- 
> > 2.48.1
> > 


More information about the igt-dev mailing list