Lines Matching full:vblank
209 * If true, vblank interrupt will be disabled immediately when the
210 * refcount drops to zero, as opposed to via the vblank disable
213 * This can be set to true it the hardware has a working vblank counter
222 * @vblank:
224 * Array of vblank tracking structures, one per &struct drm_crtc. For
225 * historical reasons (vblank support predates kernel modesetting) this
229 struct drm_vblank_crtc *vblank; member
234 * Protects vblank count and time updates during vblank enable/disable
238 * @vbl_lock: Top-level vblank references lock, wraps the low-level
246 * Maximum value of the vblank registers. This value +1 will result in a
247 * wrap-around of the vblank register. It is used by the vblank core to
250 * If set to zero the vblank core will try to guess the elapsed vblanks
251 * between times when the vblank interrupt is disabled through
254 * hardware vblank counter is always recommended.
266 /** @vblank_event_list: List of vblank events */