Re: [Intel-gfx] [PATCH] i915: add dmabuf/prime buffer sharing support.

2012-05-10 Thread Chris Wilson
On Thu, 10 May 2012 15:11:15 +0200, Daniel Vetter wrote: > From: Dave Airlie > > This adds handle->fd and fd->handle support to i915, this is to allow > for offloading of rendering in one direction and outputs in the other. > > v2 from Daniel Vetter: > - fixup conflicts with the prepare/finish

[Intel-gfx] [PATCH] i915: add dmabuf/prime buffer sharing support.

2012-05-10 Thread Daniel Vetter
This adds handle->fd and fd->handle support to i915, this is to allow for offloading of rendering in one direction and outputs in the other. v2 from Daniel Vetter: - fixup conflicts with the prepare/finish gtt prep work. - implement ppgtt binding support. Note that we have squat i-g-t testcoverag

[Intel-gfx] [PATCH] i915: add dmabuf/prime buffer sharing support.

2012-05-10 Thread Daniel Vetter
From: Dave Airlie This adds handle->fd and fd->handle support to i915, this is to allow for offloading of rendering in one direction and outputs in the other. v2 from Daniel Vetter: - fixup conflicts with the prepare/finish gtt prep work. - implement ppgtt binding support. Note that we have squ