Re: [Intel-gfx] [PATCH v4 04/38] drm/i915: Split i915_dem_do_execbuffer() in half

2016-02-04 Thread Jesse Barnes
On 01/11/2016 10:42 AM, john.c.harri...@intel.com wrote: > From: John Harrison > > Split the execbuffer() function in half. The first half collects and > validates all the information required to process the batch buffer. It > also does all the object pinning,

Re: [Intel-gfx] [PATCH v4 04/38] drm/i915: Split i915_dem_do_execbuffer() in half

2016-01-11 Thread Chris Wilson
On Mon, Jan 11, 2016 at 06:42:33PM +, john.c.harri...@intel.com wrote: > From: John Harrison > > Split the execbuffer() function in half. The first half collects and > validates all the information required to process the batch buffer. It > also does all the object

[Intel-gfx] [PATCH v4 04/38] drm/i915: Split i915_dem_do_execbuffer() in half

2016-01-11 Thread John . C . Harrison
From: John Harrison Split the execbuffer() function in half. The first half collects and validates all the information required to process the batch buffer. It also does all the object pinning, relocations, active list management, etc - basically anything that must be