commit | 520a8718fe1bb03a8fb58bfe1b0c0ca083a381cc | [log] [tgz] |
---|---|---|
author | Ilija Hadzic <ilijahadzic@gmail.com> | Sat Nov 02 23:00:20 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Nov 08 12:33:37 2013 -0500 |
tree | 84bfce5756499dea4f3f5cb852a6b96d09550595 | |
parent | 75b871e2d831700d8fd63079eebbbc36b6731bdf [diff] |
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 <ihadzic@research.bell-labs.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>