From: yxj Date: Thu, 24 Jan 2013 03:04:28 +0000 (+0800) Subject: rk_fb.h:add struct rk_fb_vysnc X-Git-Tag: firefly_0821_release~7807 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2ed910d1edad7b8e40da9799e4eb9d6b8cfbc29a;p=firefly-linux-kernel-4.4.55.git rk_fb.h:add struct rk_fb_vysnc --- diff --git a/include/linux/rk_fb.h b/include/linux/rk_fb.h index eeeff2f54bdc..6f19857ca97f 100644 --- a/include/linux/rk_fb.h +++ b/include/linux/rk_fb.h @@ -162,6 +162,15 @@ struct rk_fb_rgb { struct fb_bitfield transp; }; +struct rk_fb_vsync { + wait_queue_head_t wait; + ktime_t timestamp; + bool active; + int irq_refcount; + struct mutex irq_lock; + struct task_struct *thread; +}; + typedef enum _TRSP_MODE { TRSP_CLOSE = 0,