commit | c7aef12f344459961eb1e0ba10d184816ed42d99 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Apr 03 16:30:03 2014 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Apr 14 12:34:14 2014 +0300 |
tree | ca68b7237c5a475f77bee0a2d1b47e4b97295f68 | |
parent | e2f8fd74ec1bf15cb2abc1b11f7d9fa09581024e [diff] |
drm/omap: fix missing disable for unused encoder 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>