Re: [Intel-gfx] [PATCH 28/59] drm/i915: Update i915_gem_object_sync() to take a request structure

2015-03-31 Thread Tomas Elf
On 19/03/2015 12:30, john.c.harri...@intel.com wrote: From: John Harrison john.c.harri...@intel.com The plan is to pass requests around as the basic submission tracking structure rather than rings and contexts. This patch updates the i915_gem_object_sync() code path. v2: Much more complex

[Intel-gfx] [PATCH 28/59] drm/i915: Update i915_gem_object_sync() to take a request structure

2015-03-19 Thread John . C . Harrison
From: John Harrison john.c.harri...@intel.com The plan is to pass requests around as the basic submission tracking structure rather than rings and contexts. This patch updates the i915_gem_object_sync() code path. v2: Much more complex patch to share a single request between the sync and the