[PATCH 4/5] drm/i915: Fixup global gtt cleanup

2014-06-06 Thread Imre Deak
On Thu, 2014-06-05 at 16:58 +0200, Daniel Vetter wrote: > The global gtt is setup up in 2 parts, so we need to be careful > with the cleanup. For consistency shovel it all into the ->cleanup > callback, like with ppgtt. > > Noticed because it blew up in the out_gtt: cleanup code while > fiddling w

[PATCH 4/5] drm/i915: Fixup global gtt cleanup

2014-06-05 Thread Daniel Vetter
The global gtt is setup up in 2 parts, so we need to be careful with the cleanup. For consistency shovel it all into the ->cleanup callback, like with ppgtt. Noticed because it blew up in the out_gtt: cleanup code while fiddling with the vgacon code. Signed-off-by: Daniel Vetter --- drivers/gpu