From: Thierry Reding Date: Wed, 26 Nov 2014 11:28:39 +0000 (+0100) Subject: drm/tegra: Track active planes in CRTC state X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47802b09a9c2d1f8a562c7fae2f61a8923ac8d06;p=pandora-kernel.git drm/tegra: Track active planes in CRTC state Wrap struct drm_crtc_state in a driver-specific structure and add the planes field which keeps track of which planes are updated or disabled during a modeset. This allows atomic updates of the the display engine at ->atomic_flush() time. v2: open-code getting the state of the CRTC that the plane is being attached to (Daniel Vetter) Signed-off-by: Thierry Reding --- Reading git-diff-tree failed