Re: [PATCH] drm/msm/mdp4: flush vblank event on disable

2023-12-03 Thread Dmitry Baryshkov
On Tue, 28 Nov 2023 00:54:01 +0300, Dmitry Baryshkov wrote: > Flush queued events when disabling the crtc. This avoids timeouts when > we come back and wait for dependencies (like the previous frame's > flip_done). > > Applied, thanks! [1/1] drm/msm/mdp4: flush vblank event on disable

Re: [PATCH] drm/msm/mdp4: flush vblank event on disable

2023-11-27 Thread Abhinav Kumar
On 11/27/2023 3:17 PM, Dmitry Baryshkov wrote: On Tue, 28 Nov 2023 at 00:00, Abhinav Kumar wrote: On 11/27/2023 1:54 PM, Dmitry Baryshkov wrote: Flush queued events when disabling the crtc. This avoids timeouts when we come back and wait for dependencies (like the previous frame's

Re: [PATCH] drm/msm/mdp4: flush vblank event on disable

2023-11-27 Thread Dmitry Baryshkov
On Tue, 28 Nov 2023 at 00:00, Abhinav Kumar wrote: > > > > On 11/27/2023 1:54 PM, Dmitry Baryshkov wrote: > > Flush queued events when disabling the crtc. This avoids timeouts when > > we come back and wait for dependencies (like the previous frame's > > flip_done). > > > > Fixes: c8afe684c95c

Re: [PATCH] drm/msm/mdp4: flush vblank event on disable

2023-11-27 Thread Abhinav Kumar
On 11/27/2023 1:54 PM, Dmitry Baryshkov wrote: Flush queued events when disabling the crtc. This avoids timeouts when we come back and wait for dependencies (like the previous frame's flip_done). Fixes: c8afe684c95c ("drm/msm: basic KMS driver for snapdragon") Signed-off-by: Dmitry Baryshkov

[PATCH] drm/msm/mdp4: flush vblank event on disable

2023-11-27 Thread Dmitry Baryshkov
Flush queued events when disabling the crtc. This avoids timeouts when we come back and wait for dependencies (like the previous frame's flip_done). Fixes: c8afe684c95c ("drm/msm: basic KMS driver for snapdragon") Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c | 9