Home
last modified time | relevance | path

Searched refs:vsync_info (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.h150 struct vsync_info { struct
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.h116 struct vsync_info { struct
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Ds3c-fb.c200 * @vsync_info: VSYNC-related information (count, queues...)
218 struct s3c_fb_vsync vsync_info; member
972 sfb->vsync_info.count++; in s3c_fb_irq()
973 wake_up_interruptible(&sfb->vsync_info.wait); in s3c_fb_irq()
1000 count = sfb->vsync_info.count; in s3c_fb_wait_for_vsync()
1002 ret = wait_event_interruptible_timeout(sfb->vsync_info.wait, in s3c_fb_wait_for_vsync()
1003 count != sfb->vsync_info.count, in s3c_fb_wait_for_vsync()
1183 init_waitqueue_head(&sfb->vsync_info.wait); in s3c_fb_probe_win()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Ds3c-fb.c201 * @vsync_info: VSYNC-related information (count, queues...)
219 struct s3c_fb_vsync vsync_info; member
973 sfb->vsync_info.count++; in s3c_fb_irq()
974 wake_up_interruptible(&sfb->vsync_info.wait); in s3c_fb_irq()
1001 count = sfb->vsync_info.count; in s3c_fb_wait_for_vsync()
1003 ret = wait_event_interruptible_timeout(sfb->vsync_info.wait, in s3c_fb_wait_for_vsync()
1004 count != sfb->vsync_info.count, in s3c_fb_wait_for_vsync()
1183 init_waitqueue_head(&sfb->vsync_info.wait); in s3c_fb_probe_win()

Completed in 6 milliseconds