intel_fb_obj_flush(9) flush frontbuffer object

SYNOPSIS

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

ARGUMENTS

obj

GEM object to flush

retire

set when retiring asynchronous rendering

origin

which operation caused the flush

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.

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