Re: [Intel-gfx] [PATCH] libdrm/intel: add drm_intel_bo_disable_reuse api

2009-05-12 Thread Eric Anholt
On Mon, 2009-05-11 at 13:51 -0700, Keith Packard wrote: Scanout buffers need to be freed through the kernel as it holds a reference to them; exposing this API allows applications allocating scanout buffers to flag them as not reusable. Signed-off-by: Keith Packard kei...@keithp.com I like

Re: [Intel-gfx] [PATCH] libdrm/intel: add drm_intel_bo_disable_reuse api

2009-05-12 Thread Keith Packard
On Tue, 2009-05-12 at 14:42 -0700, Eric Anholt wrote: On Mon, 2009-05-11 at 13:51 -0700, Keith Packard wrote: Scanout buffers need to be freed through the kernel as it holds a reference to them; exposing this API allows applications allocating scanout buffers to flag them as not reusable.