Lines Matching defs:drm_vblank_crtc
686 struct drm_vblank_crtc { struct
687 struct drm_device *dev; /* pointer to the drm_device */
688 wait_queue_head_t queue; /**< VBLANK wait queue */
689 struct timeval time[DRM_VBLANKTIME_RBSIZE]; /**< timestamp of current count */
690 struct timer_list disable_timer; /* delayed disable timer */
691 atomic_t count; /**< number of VBLANK interrupts */
692 atomic_t refcount; /* number of users of vblank interruptsper crtc */
693 u32 last; /* protected by dev->vbl_lock, used */
695 u32 last_wait; /* Last vblank seqno waited per CRTC */
696 unsigned int inmodeset; /* Display driver is setting mode */
697 int crtc; /* crtc index */
698 bool enabled; /* so we don't call enable more than