drm/i915: fixup overlay stolen memory leak
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 18 Dec 2012 14:24:37 +0000 (15:24 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 18 Dec 2012 15:06:51 +0000 (16:06 +0100)
commit4d7bb01162b768ca0f7e50aa3f31790d8d08402c
tree4b40b6c443094957d4e1ecc44df19f0bdd9774d1
parentdfd07d72cf70cc8845006b698b55369f5d9c2733
drm/i915: fixup overlay stolen memory leak

We need to clean up the overlay first, before taking down the
stolen memory allocator.

This regression has been introducec in

commit 8040513870399f1cb032cb8bc805df5042fedcdf
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Thu Nov 15 11:32:29 2012 +0000

    drm/i915: Allocate overlay registers from stolen memory

v2: Rework the patch a bit as suggested by Chris Wilson:
- move the overlay teardown up, into the modeset cleanup
- move the stolen mm takedown into i915_gem_cleanup_stolen

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_gem_stolen.c
drivers/gpu/drm/i915/intel_display.c