Re: [PATCH] drm/i915: Drop all references to DRM IRQ midlayer

2021-06-29 Thread Daniel Vetter
On Tue, Jun 29, 2021 at 6:11 PM Ville Syrjälä wrote: > > On Fri, Jun 25, 2021 at 10:47:40AM +0200, Thomas Zimmermann wrote: > > Remove all references to DRM's IRQ midlayer. > > > > The code in xcs_resume() probably didn't work as intended. It uses > > struct drm_device.irq, which is allocated to 0

Re: [PATCH] drm/i915: Drop all references to DRM IRQ midlayer

2021-06-29 Thread Ville Syrjälä
On Fri, Jun 25, 2021 at 10:47:40AM +0200, Thomas Zimmermann wrote: > Remove all references to DRM's IRQ midlayer. > > The code in xcs_resume() probably didn't work as intended. It uses > struct drm_device.irq, which is allocated to 0, but never initialized > by i915 to the device's interrupt numbe

[PATCH] drm/i915: Drop all references to DRM IRQ midlayer

2021-06-25 Thread Thomas Zimmermann
Remove all references to DRM's IRQ midlayer. The code in xcs_resume() probably didn't work as intended. It uses struct drm_device.irq, which is allocated to 0, but never initialized by i915 to the device's interrupt number. Signed-off-by: Thomas Zimmermann Fixes: 536f77b1caa0 ("drm/i915/gt: Call