commit | 97464d7d9dd2443571ec4f113b10588ffd4abd79 | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Wed Apr 01 13:02:10 2015 -0300 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Apr 13 11:39:40 2015 +0900 |
tree | 85250d9512918116827f7cd1e01e83daa90ba5d0 | |
parent | 92104886e4834c2ceb8748efa49d040714018eb5 [diff] |
drm/exynos: remove exynos_plane_destroy() The .destroy() callback for exynos can be replaced by drm_plane_cleanup(). The only extra operation on exynos_plane_destroy() was a call to exynos_plane_disable() but the plane is already disabled by a earlier call to drm_framebuffer_remove(). Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>