Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c39 wait_queue_head_t frame_done_wq; member
511 ret = wait_event_timeout(tilcdc_crtc->frame_done_wq, in tilcdc_crtc_off()
749 ret = wait_event_timeout(tilcdc_crtc->frame_done_wq, in tilcdc_crtc_reset()
999 wake_up(&tilcdc_crtc->frame_done_wq); in tilcdc_crtc_irq()
1045 init_waitqueue_head(&tilcdc_crtc->frame_done_wq); in tilcdc_crtc_create()
/openbmc/linux/drivers/video/fbdev/
H A Dda8xx-fb.c128 static wait_queue_head_t frame_done_wq; variable
291 ret = wait_event_interruptible_timeout(frame_done_wq, in lcd_disable_raster()
874 wake_up_interruptible(&frame_done_wq); in lcdc_irq_handler_rev02()
1507 init_waitqueue_head(&frame_done_wq); in fb_probe()