Re: [PATCH v4 1/5] drm/msm/dpu: split irq_control into irq_enable and _disable

2024-02-09 Thread Paloma Arellano
On 2/8/2024 7:20 AM, Dmitry Baryshkov wrote: The single helper for both enable and disable cases is too complicated, especially if we start adding more code to these helpers. Split it into irq_enable and irq_disable cases. Reviewed-by: Abhinav Kumar Signed-off-by: Dmitry Baryshkov Tested-b

[PATCH v4 1/5] drm/msm/dpu: split irq_control into irq_enable and _disable

2024-02-08 Thread Dmitry Baryshkov
The single helper for both enable and disable cases is too complicated, especially if we start adding more code to these helpers. Split it into irq_enable and irq_disable cases. Reviewed-by: Abhinav Kumar Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c| 3