rk_fb.h:add struct rk_fb_vysnc

This commit is contained in:
yxj
2013-01-24 11:04:28 +08:00
parent 4018fa788c
commit 2ed910d1ed

View File

@@ -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,