Re: [PATCH 06/10] drm/i915: add LNL PCI IDs

2024-05-23 Thread Rodrigo Vivi
On Wed, May 22, 2024 at 08:33:43PM +0300, Jani Nikula wrote: > Although not supported by i915 core, the display code needs to know the > LNL PCI IDs. perhaps we should add a comment in the header near the IDs? > > Long term, xe and i915 should probably share the file defining PCI IDs. although

[PATCH 06/10] drm/i915: add LNL PCI IDs

2024-05-22 Thread Jani Nikula
Although not supported by i915 core, the display code needs to know the LNL PCI IDs. Long term, xe and i915 should probably share the file defining PCI IDs. Signed-off-by: Jani Nikula --- include/drm/i915_pciids.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/drm/i915_pciids