Name

intel_fb_obj_flush — flush frontbuffer object

Synopsis

void intel_fb_obj_flush (struct drm_i915_gem_object * obj,
 bool retire);
 

Arguments

obj

GEM object to flush

retire

set when retiring asynchronous rendering

Description

This function gets called every time rendering on the given object has completed and frontbuffer caching can be started again. If retire is true then any delayed flushes will be unblocked.