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