Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Ds3c-fb.c221 struct s3c_fb_vsync vsync_info; member
975 sfb->vsync_info.count++; in s3c_fb_irq()
976 wake_up_interruptible(&sfb->vsync_info.wait); in s3c_fb_irq()
1003 count = sfb->vsync_info.count; in s3c_fb_wait_for_vsync()
1005 ret = wait_event_interruptible_timeout(sfb->vsync_info.wait, in s3c_fb_wait_for_vsync()
1006 count != sfb->vsync_info.count, in s3c_fb_wait_for_vsync()
1186 init_waitqueue_head(&sfb->vsync_info.wait); in s3c_fb_probe_win()
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_kms.h155 struct vsync_info { struct