[PATCH] drm/xe/ptl: Add another PTL PCI ID
Matt Roper
matthew.d.roper at intel.com
Fri Nov 22 23:18:25 UTC 2024
On Tue, Nov 19, 2024 at 01:21:23AM -0800, Jordan Justen wrote:
> I don't know what mechanism there is for dependencies, but based on my
> experience this patch should not be applied without "drm/xe/ptl:
> Update PTL GuC revision".
>
> Ref: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32149
>
> Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
Applied to drm-xe-next (and the referenced GuC patch has also already
landed earlier today).
Since drm-xe-next hasn't had a backmerge yet to pick up the conversion
of xe_pciids.h -> pciids.h I had to 'dim cat-to-fixup' to get the change
to stick around in pciids.h when drm-tip gets re-generated. Although
the old xe_pciids.h header also seems to be coming back now and I
couldn't get the fixup patch to delete it properly. Presumably that
will clear itself up whenever a backmerge happens, but +Cc Lucas FYI.
Matt
>
> On 2024-11-14 15:44:10, Matt Atwood wrote:
> > An additional pci id has been added to bspec.
> >
> > Bspec: 72574
> > Signed-off-by: Matt Atwood <matthew.s.atwood 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.45.0
> >
--
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation
More information about the Intel-xe
mailing list