Lines Matching defs:drm_vblank_crtc
703 struct drm_vblank_crtc { struct
704 struct drm_device *dev; /* pointer to the drm_device */
705 wait_queue_head_t queue; /**< VBLANK wait queue */
706 struct timer_list disable_timer; /* delayed disable timer */
709 u32 count;
711 struct timeval time[DRM_VBLANKTIME_RBSIZE];
713 atomic_t refcount; /* number of users of vblank interruptsper crtc */
714 u32 last; /* protected by dev->vbl_lock, used */
716 u32 last_wait; /* Last vblank seqno waited per CRTC */
717 unsigned int inmodeset; /* Display driver is setting mode */
718 unsigned int pipe; /* crtc index */
719 int framedur_ns; /* frame/field duration in ns */
720 int linedur_ns; /* line duration in ns */
721 bool enabled; /* so we don't call enable more than