From: Laurent Pinchart Date: Sat, 10 Jan 2015 22:11:18 +0000 (+0200) Subject: drm: omapdrm: Switch to the universal plane API X-Git-Tag: omap-for-v4.2/o2_dc~72^2~15^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6b0e0275387f79e6ad848d61dfcb1a4f962fc7;p=pandora-kernel.git drm: omapdrm: Switch to the universal plane API Remove the CRTC private planes by switching to the universal plane API. This results in a merge of the CRTC private plane created by the driver (omap_crtc->plane) and the CRTC primary plane created by the DRM core (crtc->primary). Reference counting of the framebuffers in the update plane operation is thus simplified as no reference needs to be stored in the private plane anymore. Signed-off-by: Laurent Pinchart --- Reading git-diff-tree failed