mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-18 11:30:53 +09:00
rk_fb.h:add struct rk_fb_vysnc
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user