commit | b18915379071b31ea819a36ca67761620decba06 | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Tue Feb 11 21:12:27 2014 +0400 |
committer | Thierry Reding <treding@nvidia.com> | Wed Feb 12 07:50:38 2014 +0100 |
tree | 78e1cda52853460cbec67248092516f4dcc687cf | |
parent | 89e6e8c85f21555a763d0e47841b515ede6278d1 [diff] |
drm/tegra: Add guard to avoid double disable/enable of RGB outputs Add guard to check whether RGB output is already enabled in the way it's done for HDMI output. Fixes possible hang on trying to disable output twice (first time during driver probe and second on fb registering). Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>