From: Ilija Hadzic Date: Sun, 3 Nov 2013 03:00:20 +0000 (-0400) Subject: drm/radeon/kms: add crtc_disable function for legacy crtc X-Git-Tag: v3.13-rc1~76^2~8^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=520a8718fe1bb03a8fb58bfe1b0c0ca083a381cc;p=pandora-kernel.git drm/radeon/kms: add crtc_disable function for legacy crtc To plug the VRAM memory leak (see previous patch for details) we must unpin the frame buffer when disabling the CRTC. This warrants the addition of disable function for legacy CRTC, which puts the CRTC in DPMS-OFF state and unpins the frame buffer if there is one associated with the CRTC. Signed-off-by: Ilija Hadzic Signed-off-by: Alex Deucher --- Reading git-diff-tree failed