Re: [Intel-gfx] [PATCH] drm/i915: Broaden application of set-domain(GTT)

2014-11-07 Thread Akash Goel
On Fri, 2014-11-07 at 12:44 +, Chris Wilson wrote: > Previously, this was restricted to only operate on bound objects - to > make pointer access through the GTT to the object coherent with writes > to and from the GPU. A second usecase is drm_intel_bo_wait_rendering() > which at present does no

[Intel-gfx] [PATCH] drm/i915: Broaden application of set-domain(GTT)

2014-11-07 Thread Chris Wilson
Previously, this was restricted to only operate on bound objects - to make pointer access through the GTT to the object coherent with writes to and from the GPU. A second usecase is drm_intel_bo_wait_rendering() which at present does not function unless the object also happens to be bound into the

Re: [Intel-gfx] [PATCH] drm/i915: Broaden application of set-domain(GTT)

2014-11-05 Thread Chris Wilson
On Tue, Oct 14, 2014 at 01:47:36PM +0100, Chris Wilson wrote: > Previously, this was restricted to only operate on bound objects - to > make pointer access through the GTT to the object coherent with writes > to and from the GPU. A second usecase is drm_intel_bo_wait_rendering() > which at present

[Intel-gfx] [PATCH] drm/i915: Broaden application of set-domain(GTT)

2014-10-14 Thread Chris Wilson
Previously, this was restricted to only operate on bound objects - to make pointer access through the GTT to the object coherent with writes to and from the GPU. A second usecase is drm_intel_bo_wait_rendering() which at present does not function unless the object also happens to be bound into the

[Intel-gfx] [PATCH] drm/i915: Broaden application of set-domain(GTT)

2014-10-13 Thread Chris Wilson
Previously, this was restricted to only operate on bound objects - to make pointer access through the GTT to the object coherent with writes to and from the GPU. A second usecase is drm_intel_bo_wait_rendering() which at present does not function unless the object also happens to be bound into the