On Tue, Mar 17, 2026 at 10:47:17PM +0900, Simon Richter wrote:
> The default flags for freshly allocated interrupts are platform dependent,
> and apparently powerpc and arm set IRQ_NOREQUEST by default.
> 
> The normal path is to clear this flag from irq_domain_associate_locked(),
> which wraps the irq domain's "map" function, but the xe driver does not
> define an irq domain and instead allocates the irq descriptor directly, so
> the flags need to be set up manually as well.
> 
> Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/6468
> Fixes: 87a4c85d3a3ed579c86fd2612715ccb94c4001ff

Didn't checkpatch complain about this?  Please use the documented format
for this.

thanks,

greg k-h

Reply via email to