drm/tegra: Start connectors with correct DPMS mode
authorThierry Reding <treding@nvidia.com>
Tue, 24 Sep 2013 07:58:08 +0000 (09:58 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 31 Oct 2013 08:55:44 +0000 (09:55 +0100)
A connector's DPMS mode isn't initialized by default, therefore using a
default of 0 (DRM_MODE_DPMS_ON). This can cause problems in that the DRM
core won't explicitly turn on a connector because it thinks that it is
already on.

Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found