mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
rk_fb.h:add struct rk_fb_vysnc
This commit is contained in:
parent
4018fa788c
commit
2ed910d1ed
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user