git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18ebc0f
)
drm/tegra: Start connectors with correct DPMS mode
author
Thierry Reding
<treding@nvidia.com>
Tue, 24 Sep 2013 07:58:08 +0000
(09:58 +0200)
committer
Thierry 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