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