]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/tegra: hdmi - Fix disable sequence
authorThierry Reding <treding@nvidia.com>
Wed, 16 Apr 2014 08:55:25 +0000 (10:55 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 5 Jun 2014 21:09:26 +0000 (23:09 +0200)
commit7e2464304ba71dc1b4ae89171529f0d004a2637c
tree634590e18d3bfb88af731a53c425988106abc424
parent9cbfc73e1141460243c5b169a36fa41b1582bbbd
drm/tegra: hdmi - Fix disable sequence

For some reason when the PW*_ENABLE and PM*_ENABLE fields are cleared
during disable, the HDMI output stops working properly. Resetting and
initializing doesn't help.

Comment out those accesses for now until it has been determined what to
do about them.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/hdmi.c