On Tue, Dec 09, 2025 at 04:13:21PM +0100, Maarten Lankhorst wrote:
> No need for backporting, this is only useful for i915,
> and it doesn't compile with I915 enabled.
>

s/I915/PREEMPT_PT
 
With that fixed:
Reviewed-by: Matthew Brost <[email protected]>

> Signed-off-by: Maarten Lankhorst <[email protected]>
> ---
>  drivers/gpu/drm/i915/display/intel_lpe_audio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_lpe_audio.c 
> b/drivers/gpu/drm/i915/display/intel_lpe_audio.c
> index 5b41abe1c64d5..172c0062237eb 100644
> --- a/drivers/gpu/drm/i915/display/intel_lpe_audio.c
> +++ b/drivers/gpu/drm/i915/display/intel_lpe_audio.c
> @@ -262,7 +262,7 @@ void intel_lpe_audio_irq_handler(struct intel_display 
> *display)
>       if (!HAS_LPE_AUDIO(display))
>               return;
>  
> -     ret = generic_handle_irq(display->audio.lpe.irq);
> +     ret = generic_handle_irq_safe(display->audio.lpe.irq);
>       if (ret)
>               drm_err_ratelimited(display->drm,
>                                   "error handling LPE audio irq: %d\n", ret);
> -- 
> 2.51.0
> 

Reply via email to