[PATCH] drm/xe/ptl: Add missing device ID
Saarinen, Jani
jani.saarinen at intel.com
Wed Dec 11 18:54:33 UTC 2024
Hi,
> -----Original Message-----
> From: Intel-xe <intel-xe-bounces at lists.freedesktop.org> On Behalf Of Rodrigo
> Vivi
> Sent: Wednesday, 11 December 2024 20.17
> To: Upadhyay, Tejas <tejas.upadhyay at intel.com>
> Cc: intel-xe at lists.freedesktop.org
> Subject: Re: [PATCH] drm/xe/ptl: Add missing device ID
>
> On Wed, Dec 11, 2024 at 07:43:06PM +0530, Tejas Upadhyay wrote:
> > Probably during movement from xe_pciids.h to pciids.h PTL device id is
> missed.
>
> Please check if this is indeed true and if true add this with certainty and with a
> Fixes tag. Otherwise keep the message simply as 'Add a missing PCI ID' or 'Add
> a new PTL PCI ID'. Always imperative mode.
I see this is not true. They are there. Perhaps tree not updated as also building failed.
Br,
Jani
>
> >
> > Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
> > ---
> > include/drm/intel/pciids.h | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h
> > index 32480b5563db..7883384acd5e 100644
> > --- a/include/drm/intel/pciids.h
> > +++ b/include/drm/intel/pciids.h
> > @@ -829,6 +829,7 @@
> > MACRO__(0xB092, ## __VA_ARGS__), \
> > MACRO__(0xB0A0, ## __VA_ARGS__), \
> > MACRO__(0xB0A1, ## __VA_ARGS__), \
> > - MACRO__(0xB0A2, ## __VA_ARGS__)
> > + MACRO__(0xB0A2, ## __VA_ARGS__), \
> > + MACRO__(0xB0B0, ## __VA_ARGS__)
> >
> > #endif /* __PCIIDS_H__ */
> > --
> > 2.34.1
> >
More information about the Intel-xe
mailing list