[Intel-gfx] [PATCH 14/15] drm/i915: Track frontbuffer invalidation/flushing
Chris Wilson
chris at chris-wilson.co.uk
Tue Jun 17 08:54:38 CEST 2014
On Mon, Jun 16, 2014 at 07:51:34PM +0200, Daniel Vetter wrote:
> +/**
> + * intel_frontbuffer_flush - flush frontbuffer
> + * @dev: DRM device
> + * @frontbuffer_bits: frontbuffer plane tracking bits
> + *
> + * 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 oustanding asynchronous rendering.
> + *
> + * Can be called without any locks held.
> + */
> +void intel_frontbuffer_flush(struct drm_device *dev,
> + unsigned frontbuffer_bits)
intel_fb_complete.
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the Intel-gfx
mailing list