From: Matt Roper Date: Tue, 1 Apr 2014 22:22:30 +0000 (-0700) Subject: drm: Add support for multiple plane types (v2) X-Git-Tag: v3.15-rc1~51^2~19^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27dde3e1c5117149c50b89d688528e279756113;p=pandora-kernel.git drm: Add support for multiple plane types (v2) The DRM core currently only tracks "overlay"-style planes. Start refactoring the plane handling to allow other plane types (primary and cursor) to also be placed on the DRM plane list. v2: Add drm_for_each_legacy_plane() iterator to smooth transition of drivers with plane loops. Signed-off-by: Matt Roper Reviewed-by: Rob Clark --- Reading git-diff-tree failed