Re: [Intel-gfx] [PATCH 4/9] drm/i915: Remove early l3-remap

2016-04-19 Thread Tvrtko Ursulin
On 19/04/16 07:49, Chris Wilson wrote: Since we do the l3-remap on context switch, and proceed to do a context switch immediately after manually doing the l3-remap, we can remove the redundant manual call. Looks like it should say it is removing the l3-remap on driver load, not "manual". S

[Intel-gfx] [PATCH 4/9] drm/i915: Remove early l3-remap

2016-04-18 Thread Chris Wilson
Since we do the l3-remap on context switch, and proceed to do a context switch immediately after manually doing the l3-remap, we can remove the redundant manual call. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.h | 1 - drivers/gpu/drm/i915/i915_gem.c | 39 +---