[PATCH v3 1/5] drm/msm/dpu: split irq_control into irq_enable and _disable
Abhinav Kumar
quic_abhinavk at quicinc.com
Mon Jan 8 21:26:56 UTC 2024
On 12/25/2023 5:08 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.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> ---
> drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 36 +++++++---
> .../gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h | 6 +-
> .../drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c | 65 ++++++++++---------
> .../drm/msm/disp/dpu1/dpu_encoder_phys_vid.c | 46 +++++++------
> .../drm/msm/disp/dpu1/dpu_encoder_phys_wb.c | 29 ++++++---
> drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h | 62 ++++++++++++++----
> 6 files changed, 158 insertions(+), 86 deletions(-)
>
Reviewed-by: Abhinav Kumar <quic_abhinavk at quicinc.com>
More information about the dri-devel
mailing list