From: Rob Clark Date: Mon, 16 Jan 2012 18:51:16 +0000 (-0600) Subject: staging: drm/omap: add drm_plane support X-Git-Tag: v3.3-rc4~40^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb5c2d9aaaa26a55e684c175c431df95aa178233;p=pandora-kernel.git staging: drm/omap: add drm_plane support Because framebuffer layer and overlay scanout video pipes are basically thing in OMAP display subsystem (the only difference being that the first video pipe does not support scaling or YUV formats), much of the CRTC code is pulled into the plane implementation, and a private plane object is used by the CRTC object. This avoids code duplication between the plane and CRTC. Signed-off-by: Rob Clark Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed