drm/i915: Drop crtc->fb pin on disable.
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Sep 2010 15:30:16 +0000 (16:30 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 21 Sep 2010 10:59:21 +0000 (11:59 +0100)
In order to handle disable_functions() where the framebuffer is
decoupled from the crtc we need to unpin the fb in order to prevent a
leak.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=29857
Reported-by: Sitsofe Wheeler <sitsofe@yahoo.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c

Simple merge