diff options
author | Jagan Teki | 2024-01-17 13:21:42 +0530 |
---|---|---|
committer | Anatolij Gustschin | 2024-04-21 09:07:00 +0200 |
commit | 25353b5b8b2be4402ec449946235b07670217666 (patch) | |
tree | dca7a9f5393a27ffe201687434f2185db14fb1fa /include/dw_hdmi.h | |
parent | 054a0ca8c16a229c76de033b9d3c7375b1e0ed0f (diff) |
video: dw_hdmi: Add setup_hpd hook
Add support for DW HDMI Setup HPD status.
Signed-off-by: Jagan Teki <jagan@edgeble.ai>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Diffstat (limited to 'include/dw_hdmi.h')
-rw-r--r-- | include/dw_hdmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dw_hdmi.h b/include/dw_hdmi.h index a1f0e64507d..f4d66edacee 100644 --- a/include/dw_hdmi.h +++ b/include/dw_hdmi.h @@ -539,6 +539,7 @@ struct dw_hdmi; struct dw_hdmi_phy_ops { int (*phy_set)(struct dw_hdmi *hdmi, uint mpixelclock); void (*read_hpd)(struct dw_hdmi *hdmi, bool hdp_status); + void (*setup_hpd)(struct dw_hdmi *hdmi); }; struct dw_hdmi { |