Re: [Intel-gfx] [PATCH v4 05/38] drm/i915: Cache request pointer in *_submission_final()

2016-02-04 Thread Jesse Barnes
On 01/11/2016 10:42 AM, john.c.harri...@intel.com wrote: > From: Dave Gordon > > Keep a local copy of the request pointer in the _final() functions > rather than dereferencing the params block repeatedly. > > v3: New patch in series. > > For: VIZ-1587 > Signed-off-by:

[Intel-gfx] [PATCH v4 05/38] drm/i915: Cache request pointer in *_submission_final()

2016-01-11 Thread John . C . Harrison
From: Dave Gordon Keep a local copy of the request pointer in the _final() functions rather than dereferencing the params block repeatedly. v3: New patch in series. For: VIZ-1587 Signed-off-by: Dave Gordon Signed-off-by: John Harrison