From: Patrik Jakobsson Date: Sat, 8 Jun 2013 18:23:08 +0000 (+0200) Subject: drm/gma500/cdv: Unpin framebuffer on crtc disable X-Git-Tag: v3.10-rc6~23^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e7c385a80d771aaf3a15ae7ccea3b0686bbe10;p=pandora-kernel.git drm/gma500/cdv: Unpin framebuffer on crtc disable The framebuffer needs to be unpinned in the crtc->disable callback because of previous pinning in psb_intel_pipe_set_base(). This will fix a memory leak where the framebuffer was released but not unpinned properly. This patch only affects Cedarview. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=889511 Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=812113 Cc: stable@vger.kernel.org Reviewed-by: Daniel Vetter Signed-off-by: Patrik Jakobsson --- Reading git-diff-tree failed