Re: [PATCH 7/8] drm/intel/pciids: rename i915_pciids.h to just pciids.h

2024-09-10 Thread Rodrigo Vivi
On Mon, Sep 02, 2024 at 08:14:06PM +0300, Jani Nikula wrote: > In preparation of sharing the PCI ID macros between i915 and xe, rename > i915_pciids.h to pciids.h. > Reviewed-by: Rodrigo Vivi > Signed-off-by: Jani Nikula > > --- > > Could be intel_pciids.h too, but it's already in include/dr

[PATCH 7/8] drm/intel/pciids: rename i915_pciids.h to just pciids.h

2024-09-02 Thread Jani Nikula
In preparation of sharing the PCI ID macros between i915 and xe, rename i915_pciids.h to pciids.h. Signed-off-by: Jani Nikula --- Could be intel_pciids.h too, but it's already in include/drm/intel subdirectory. --- arch/x86/kernel/early-quirks.c | 2 +- drivers/gpu/drm/i91