SYNOPSIS
- void intel_frontbuffer_flip_complete(struct drm_device * dev, unsigned frontbuffer_bits);
ARGUMENTS
dev
-
- DRM device
frontbuffer_bits
- frontbuffer plane tracking bits
DESCRIPTION
This function gets called after the flip has been latched and will complete on the next vblank. It will execute the flush if it hasn't been cancelled yet.
Can be called without any locks held.
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT