Re: [PATCH 1/2] drm/i915/pciids: switch to xe driver style PCI ID macros

2024-05-22 Thread Jani Nikula
On Mon, 20 May 2024, Jani Nikula wrote: > On Wed, 15 May 2024, Jani Nikula wrote: >> The PCI ID macros in xe_pciids.h allow passing in the macro to operate >> on each PCI ID, making it more flexible. Convert i915_pciids.h to the >> same pattern. >> >> INTEL_IVB_Q_IDS() for Quanta transcode remain

Re: [PATCH 1/2] drm/i915/pciids: switch to xe driver style PCI ID macros

2024-05-20 Thread Jani Nikula
On Wed, 15 May 2024, Jani Nikula wrote: > The PCI ID macros in xe_pciids.h allow passing in the macro to operate > on each PCI ID, making it more flexible. Convert i915_pciids.h to the > same pattern. > > INTEL_IVB_Q_IDS() for Quanta transcode remains a special case, and > unconditionally uses INT

Re: [PATCH 1/2] drm/i915/pciids: switch to xe driver style PCI ID macros

2024-05-16 Thread Rodrigo Vivi
On Wed, May 15, 2024 at 07:56:50PM +0300, Jani Nikula wrote: > The PCI ID macros in xe_pciids.h allow passing in the macro to operate > on each PCI ID, making it more flexible. Convert i915_pciids.h to the > same pattern. > > INTEL_IVB_Q_IDS() for Quanta transcode remains a special case, and > unc

[PATCH 1/2] drm/i915/pciids: switch to xe driver style PCI ID macros

2024-05-15 Thread Jani Nikula
The PCI ID macros in xe_pciids.h allow passing in the macro to operate on each PCI ID, making it more flexible. Convert i915_pciids.h to the same pattern. INTEL_IVB_Q_IDS() for Quanta transcode remains a special case, and unconditionally uses INTEL_QUANTA_VGA_DEVICE(). Cc: Bjorn Helgaas Cc: linu