Home
last modified time | relevance | path

Searched refs:flip_wait (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.h61 wait_queue_head_t flip_wait; member
Drcar_du_crtc.c452 wake_up(&rcrtc->flip_wait); in rcar_du_crtc_finish_page_flip()
475 if (wait_event_timeout(rcrtc->flip_wait, in rcar_du_crtc_wait_page_flip()
1246 init_waitqueue_head(&rcrtc->flip_wait); in rcar_du_crtc_create()