Re: [Intel-gfx] [PATCH 7/7] drm/i915: Broaden application of

2014-11-25 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform Delta drm-intel-nightly Series Applied PNV -2 367/367 3

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

2014-11-24 Thread Rodrigo Vivi
From: 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

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

2014-11-25 Thread Daniel Vetter
On Mon, Nov 24, 2014 at 08:29:46AM -0800, Rodrigo Vivi wrote: > From: 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_render