]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: dw_hdmi: Extend the HPD detection
authorJagan Teki <jagan@edgeble.ai>
Wed, 17 Jan 2024 07:51:40 +0000 (13:21 +0530)
committerAnatolij Gustschin <agust@denx.de>
Sun, 21 Apr 2024 07:07:00 +0000 (09:07 +0200)
commit5eacb920710364d4c9134886725c3879d89972b1
treed32a617d1b974fdf11705d428671bc237cc188dd
parentf889491d57ea14dfe57dd74a23a6393e3aad5e5c
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>
drivers/video/dw_hdmi.c
drivers/video/rockchip/rk_hdmi.c
drivers/video/sunxi/sunxi_dw_hdmi.c
include/dw_hdmi.h