From: Matt Roper Date: Tue, 1 Apr 2014 22:22:39 +0000 (-0700) Subject: drm/msm: Switch to universal plane API's X-Git-Tag: v3.15-rc1~51^2~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d82d188b2cb11b6b221eb84dda2344ef3cd1bb4;p=pandora-kernel.git drm/msm: Switch to universal plane API's Use drm_universal_plane_init() and drm_crtc_init_with_planes() rather than the legacy drm_plane_init() / drm_crtc_init(). This will ensure that the proper primary plane is registered with the DRM (and eventually exposed to userspace in future patches). Cc: Rob Clark Signed-off-by: Matt Roper Signed-off-by: Rob Clark --- Reading git-diff-tree failed