intel_frontbuffer_flip(9) synchronous frontbuffer flip

SYNOPSIS

void intel_frontbuffer_flip(struct drm_device * dev, unsigned frontbuffer_bits);

ARGUMENTS

dev

DRM device

frontbuffer_bits

frontbuffer plane tracking bits

DESCRIPTION

This function gets called after scheduling a flip on obj. This is for synchronous plane updates which will happen on the next vblank and which will not get delayed by pending gpu rendering.

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