commit | baa1841eb797eadce6c907bdaed7cd6f01815404 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Sat Jul 11 09:10:30 2020 +0800 |
committer | Maxime Ripard <maxime@cerno.tech> | Fri Jul 17 14:03:59 2020 +0200 |
tree | 8d1f045c0cf0e397730efb6d3f7282054f6f327f | |
parent | 6348dd291e3653534a9e28e6917569bc9967b35b [diff] |
drm: sun4i: hdmi: Fix inverted HPD result When the extra HPD polling in sun4i_hdmi was removed, the result of HPD was accidentally inverted. Fix this by inverting the check. Fixes: bda8eaa6dee7 ("drm: sun4i: hdmi: Remove extra HPD polling") Signed-off-by: Chen-Yu Tsai <wens@csie.org> Tested-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20200711011030.21997-1-wens@kernel.org