From 47802b09a9c2d1f8a562c7fae2f61a8923ac8d06 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Wed, 26 Nov 2014 12:28:39 +0100 Subject: [PATCH] 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-format-patch failed