[PATCH 07/36] drm/tegra: Stop CRTC at CRTC disable time

2015-01-20 Thread Thierry Reding
From: Thierry Reding 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

[PATCH 07/36] drm/tegra: Stop CRTC at CRTC disable time

2015-01-20 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com 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