From: Andrzej Hajda Date: Fri, 19 Sep 2014 12:58:53 +0000 (+0200) Subject: drm/exynos: switch to universal plane API X-Git-Tag: fixes-against-v3.18-rc2~73^2~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72ed6ccd086f679aa61c79cd3af733756b72429e;p=pandora-kernel.git drm/exynos: switch to universal plane API The patch replaces legacy functions drm_plane_init() / drm_crtc_init() with drm_universal_plane_init() and drm_crtc_init_with_planes(). It allows to replace fake primary plane with the real one. Additionally the patch leaves cleanup of crtcs to core, this way planes and crtcs are cleaned in correct order. Signed-off-by: Andrzej Hajda Signed-off-by: Inki Dae --- Reading git-diff-tree failed