Re: [Intel-gfx] [PATCH 0/7] Convert requests to use struct fence

2016-01-11 Thread John Harrison
On 08/01/2016 22:47, Chris Wilson wrote: On Fri, Jan 08, 2016 at 06:47:21PM +, john.c.harri...@intel.com wrote: [Patches against drm-intel-nightly tree fetched 17/11/2015] Branch url? Not sure what you mean. The branch is 'drm-intel-nightly' from the DRM intel git repository (git://anong

Re: [Intel-gfx] [PATCH 0/7] Convert requests to use struct fence

2016-01-08 Thread Chris Wilson
On Fri, Jan 08, 2016 at 06:47:21PM +, john.c.harri...@intel.com wrote: > [Patches against drm-intel-nightly tree fetched 17/11/2015] Branch url? -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.

[Intel-gfx] [PATCH 0/7] Convert requests to use struct fence

2016-01-08 Thread John . C . Harrison
From: John Harrison There is a construct in the linux kernel called 'struct fence' that is intended to keep track of work that is executed on hardware. I.e. it solves the basic problem that the drivers 'struct drm_i915_gem_request' is trying to address. The request structure does quite a lot more