On Fri, Nov 07, 2025 at 01:04:57PM +0200, Jani Nikula wrote: > We have drm_crtc_vblank_waitqueue() to get the wait_queue_head_t pointer > for a vblank. Use it instead of poking at dev->vblank[] directly. > > Due to the macro maze of wait_event_timeout() that uses the address-of > operator on the argument, we have to pass it in with the indirection > operator. > > Cc: Rob Clark <[email protected]> > Cc: Dmitry Baryshkov <[email protected]> > Cc: Abhinav Kumar <[email protected]> > Cc: Jessica Zhang <[email protected]> > Cc: Sean Paul <[email protected]> > Cc: Marijn Suijten <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Jani Nikula <[email protected]> > --- > drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c | 3 ++- > drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) >
Acked-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
