Searched defs:drm_vblank_crtc (Results 1 – 1 of 1) sorted by relevance
686 struct drm_vblank_crtc { struct687 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 */[all …]