commit | c95ea16254c7affa1654804c8542d1f054a40f9f | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Thu Feb 25 11:22:37 2016 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Mon Feb 29 09:48:30 2016 -0500 |
tree | 4aca44d87da346803f54ae0dc24fa4e747b1bfe5 | |
parent | dc50f782c99a48bf49c0ca3e3f407f207d303d81 [diff] |
drm/msm/hdmi: Fix connector detect when there is no HPD gpio Some platforms may not have a HPD gpio line to detect Hot Plug signal from the connector. They need to rely only on reading REG_HDMI_HPD_INT_STATUS for HPD. Modify hdmi_connector_detect logic such that it checks for HPD only using the status register if there is no HPD gpio. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>