Name
intel_frontbuffer_flip — 
  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.