Name

intel_frontbuffer_flush — flush frontbuffer

Synopsis

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

Arguments

dev

DRM device

frontbuffer_bits

frontbuffer plane tracking bits

Description

This function gets called every time rendering on the given planes has completed and frontbuffer caching can be started again. Flushes will get delayed if they're blocked by some outstanding asynchronous rendering.

Can be called without any locks held.