commit | 365765fc293e68a1d2ce63811b80c5b3c33eebd1 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Oct 29 16:00:42 2013 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Dec 19 09:29:55 2013 +0100 |
tree | 566e75fc4d528d51e189d147807902149c9a6db2 | |
parent | 17a8b6b03717fda28be73bc0d24a608a8339d646 [diff] |
drm/tegra: Track HDMI enable state The DRM core doesn't track enable and disable state of encoders and/or connectors, so calls to the output's .enable() and .disable() are not guaranteed to be balanced. Track the enable state internally so that calls to regulator and clock frameworks remain balanced. Signed-off-by: Thierry Reding <treding@nvidia.com>