Lines Matching defs:drm_vblank_crtc
91 struct drm_vblank_crtc { struct
95 struct drm_device *dev;
99 wait_queue_head_t queue;
106 struct timer_list disable_timer;
111 seqlock_t seqlock;
127 atomic64_t count;
131 ktime_t time;
138 atomic_t refcount;
142 u32 last;
162 u32 max_vblank_count;
171 unsigned int inmodeset;
176 unsigned int pipe;
182 int framedur_ns;
188 int linedur_ns;
199 struct drm_display_mode hwmode;
207 bool enabled;
212 struct kthread_worker *worker;
218 struct list_head pending_work;
225 wait_queue_head_t work_wait_queue;