Lines Matching full:vblank
204 * Indicates that interrupt handling is enabled, specifically vblank
218 * If true, vblank interrupt will be disabled immediately when the
219 * refcount drops to zero, as opposed to via the vblank disable
222 * This can be set to true it the hardware has a working vblank counter
231 * @vblank:
233 * Array of vblank tracking structures, one per &struct drm_crtc. For
234 * historical reasons (vblank support predates kernel modesetting) this
238 struct drm_vblank_crtc *vblank; member
243 * Protects vblank count and time updates during vblank enable/disable
247 * @vbl_lock: Top-level vblank references lock, wraps the low-level
255 * Maximum value of the vblank registers. This value +1 will result in a
256 * wrap-around of the vblank register. It is used by the vblank core to
259 * If set to zero the vblank core will try to guess the elapsed vblanks
260 * between times when the vblank interrupt is disabled through
263 * hardware vblank counter is always recommended.
275 /** @vblank_event_list: List of vblank events */