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