Re: [PATCH v3 2/3] drm/msm/dpu: split dpu_encoder_wait_for_event into two functions

2024-02-25 Thread Abhinav Kumar
On 2/25/2024 12:52 PM, Dmitry Baryshkov wrote: On Sun, 25 Feb 2024 at 21:49, Abhinav Kumar wrote: On 2/25/2024 6:12 AM, Dmitry Baryshkov wrote: Stop multiplexing several events via the dpu_encoder_wait_for_event() function. Split it into two distinct functions two allow separate

Re: [PATCH v3 2/3] drm/msm/dpu: split dpu_encoder_wait_for_event into two functions

2024-02-25 Thread Dmitry Baryshkov
On Sun, 25 Feb 2024 at 21:49, Abhinav Kumar wrote: > > > > On 2/25/2024 6:12 AM, Dmitry Baryshkov wrote: > > Stop multiplexing several events via the dpu_encoder_wait_for_event() > > function. Split it into two distinct functions two allow separate > > handling of those events. > > > > I

Re: [PATCH v3 2/3] drm/msm/dpu: split dpu_encoder_wait_for_event into two functions

2024-02-25 Thread Abhinav Kumar
On 2/25/2024 6:12 AM, Dmitry Baryshkov wrote: Stop multiplexing several events via the dpu_encoder_wait_for_event() function. Split it into two distinct functions two allow separate handling of those events. I understand the idea but would handling of those events be really distinct? Like

[PATCH v3 2/3] drm/msm/dpu: split dpu_encoder_wait_for_event into two functions

2024-02-25 Thread Dmitry Baryshkov
Stop multiplexing several events via the dpu_encoder_wait_for_event() function. Split it into two distinct functions two allow separate handling of those events. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 74 +