Home
last modified time | relevance | path

Searched defs:drm_vblank_crtc (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/drm/
DdrmP.h703 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 */
[all …]