commit | 5eacb920710364d4c9134886725c3879d89972b1 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@edgeble.ai> | Wed Jan 17 13:21:40 2024 +0530 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Apr 21 09:07:00 2024 +0200 |
tree | d32a617d1b974fdf11705d428671bc237cc188dd | |
parent | f889491d57ea14dfe57dd74a23a6393e3aad5e5c [diff] |
video: dw_hdmi: Extend the HPD detection HPD detection on some DW HDMI designed SoC's would need to read and setup the HPD status explicitly. So, extend the HPD detection code by adding the dw_hdmi_detect_hpd function and move the default detection code caller there. The new read and setup hdp will integrate the same function in later patches. Signed-off-by: Jagan Teki <jagan@edgeble.ai> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>