Re: [Intel-gfx] [PATCH v5 13/35] drm/i915: Redirect execbuffer_final() via scheduler

2016-02-19 Thread Jesse Barnes
On 02/18/2016 06:27 AM, john.c.harri...@intel.com wrote: > From: John Harrison > > Updated the execbuffer() code to pass the packaged up batch buffer > information to the scheduler rather than calling execbuffer_final() > directly. The scheduler queue() code is currently a stub which simply > cha

[Intel-gfx] [PATCH v5 13/35] drm/i915: Redirect execbuffer_final() via scheduler

2016-02-18 Thread John . C . Harrison
From: John Harrison Updated the execbuffer() code to pass the packaged up batch buffer information to the scheduler rather than calling execbuffer_final() directly. The scheduler queue() code is currently a stub which simply chains on to _final() immediately. For: VIZ-1587 Signed-off-by: John Ha