[Intel-gfx] [PATCH 10/49] drm/i915: Tidy batch pool logic

2015-03-27 Thread Chris Wilson
Move the madvise logic out of the execbuffer main path into the relatively rare allocation path, making the execbuffer manipulation less fragile. Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk --- drivers/gpu/drm/i915/i915_cmd_parser.c | 12 +++--

Re: [Intel-gfx] [PATCH 10/49] drm/i915: Tidy batch pool logic

2015-03-27 Thread Tvrtko Ursulin
Hi, On 03/27/2015 11:01 AM, Chris Wilson wrote: Move the madvise logic out of the execbuffer main path into the relatively rare allocation path, making the execbuffer manipulation less fragile. Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk Reviewed-by: Tvrtko Ursulin