Name
drm_crtc_vblank_waitqueue —
get vblank waitqueue for the CRTC
Arguments
crtc
which CRTC's vblank waitqueue to retrieve
Description
This function returns a pointer to the vblank waitqueue for the CRTC.
Drivers can use this to implement vblank waits using wait_event
& co.