From 36904adf217ab0755cc2ef3fa186e01fd07a2aca Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 21 Nov 2014 17:35:54 +0100 Subject: [PATCH] drm/tegra: Stop CRTC at CRTC disable time Previously output drivers would all stop the display controller in their disable path. However with the transition to atomic modesetting the display controller needs to be kept running until all planes have been disabled so that software can properly determine (using VBLANK counts) when it is safe to remove the framebuffers associated with the planes. Moving this code into the display controller's disable path also gets rid of the duplication of this into all output drivers. Signed-off-by: Thierry Reding --- Reading git-format-patch failed