From f8c3325584220fd7fb559f9867a926668ae5630c Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Tue, 24 Sep 2013 09:58:08 +0200 Subject: [PATCH] drm/tegra: Start connectors with correct DPMS mode 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 --- Reading git-format-patch failed