From: Matt Roper Date: Tue, 1 Apr 2014 22:22:36 +0000 (-0700) Subject: drm: Add drm_universal_plane_init() X-Git-Tag: v3.15-rc1~51^2~19^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc415ff97d6b8f21cc6d264962f3a857a8d44650;p=pandora-kernel.git drm: Add drm_universal_plane_init() Add a new plane initialization interface for universal plane support that allows a specific plane type (primary, cursor, or overlay) to be specified. drm_plane_init() remains as a compatibility API to reduce churn in existing drivers. The 'bool priv' parameter has been changed to 'bool is_primary' under the assumption that all existing uses of private planes were representing primary planes. Signed-off-by: Matt Roper Reviewed-by: Rob Clark --- Reading git-diff-tree failed