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:
e2f8fd7
)
drm/omap: fix missing disable for unused encoder
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 3 Apr 2014 13:30:03 +0000
(16:30 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 14 Apr 2014 09:34:14 +0000
(12:34 +0300)
When an encoder is no longer connected to a crtc, the driver will leave
the encoder enabled.
This patch adds code to track the encoder used for a crtc, and when the
encoder changes, the old one is disabled.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/omapdrm/omap_crtc.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/omapdrm/omap_crtc.c
Simple merge