Re: [Intel-gfx] [PATCH 1/8] drm/i915/gtt: Don't pass ppgtt to ppgtt_cleanup_4lvl

2016-12-12 Thread Chris Wilson
On Mon, Dec 12, 2016 at 12:44:10PM +0100, Michał Winiarski wrote: > It's not operating on ppgtt, and it also makes things consistent with > analogous ppgtt_cleanup_3lvl function. Nah, if you've looked at my series accomplishing the same thing and more, you'll see that we do want to pass struct i91

[Intel-gfx] [PATCH 1/8] drm/i915/gtt: Don't pass ppgtt to ppgtt_cleanup_4lvl

2016-12-12 Thread Michał Winiarski
It's not operating on ppgtt, and it also makes things consistent with analogous ppgtt_cleanup_3lvl function. Cc: Arkadiusz Hiler Cc: Chris Wilson Cc: Joonas Lahtinen Cc: Michel Thierry Cc: Mika Kuoppala Signed-off-by: Michał Winiarski --- drivers/gpu/drm/i915/i915_gem_gtt.c | 14 +++