drm/tegra: dc: No longer disable planes at CRTC disable
authorThierry Reding <treding@nvidia.com>
Mon, 17 Nov 2014 14:14:48 +0000 (15:14 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:45 +0000 (10:14 +0100)
commit50a246aa13b80c8310dc5a82be639a60868f667e
treee0f56afbc6337088cde1000e1dc8942d3c9fc501
parentf99142149095b3172c255fc792e8ebb84f38f182
drm/tegra: dc: No longer disable planes at CRTC disable

The DRM core should take care of disabling all unneeded planes, so there
is no need to do this explicitly.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c