Home
last modified time | relevance | path

Searched defs:vc4_hdmi (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.h127 struct vc4_hdmi { struct
128 struct vc4_hdmi_audio audio; argument
131 const struct vc4_hdmi_variant *variant; argument
133 struct vc4_encoder encoder;
134 struct drm_connector connector;
136 struct delayed_work scrambling_work;
138 struct drm_property *broadcast_rgb_property;
140 struct i2c_adapter *ddc;
141 void __iomem *hdmicore_regs;
142 void __iomem *hd_regs;
[all …]
H A Dvc4_hdmi.c131 static bool vc4_hdmi_supports_scrambling(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_supports_scrambling()
156 static bool vc4_hdmi_is_full_range(struct vc4_hdmi *vc4_hdmi, in vc4_hdmi_is_full_range()
174 struct vc4_hdmi *vc4_hdmi = entry->file.data; in vc4_hdmi_debugfs_regs() local
200 static void vc4_hdmi_reset(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_reset()
233 static void vc5_hdmi_reset(struct vc4_hdmi *vc4_hdmi) in vc5_hdmi_reset()
262 static void vc4_hdmi_cec_update_clk_div(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_cec_update_clk_div()
301 static void vc4_hdmi_cec_update_clk_div(struct vc4_hdmi *vc4_hdmi) {} in vc4_hdmi_cec_update_clk_div()
336 struct vc4_hdmi *vc4_hdmi; in vc4_hdmi_reset_link() local
413 static void vc4_hdmi_handle_hotplug(struct vc4_hdmi *vc4_hdmi, in vc4_hdmi_handle_hotplug()
463 struct vc4_hdmi *vc4_hdmi = connector_to_vc4_hdmi(connector); in vc4_hdmi_connector_detect_ctx() local
[all …]
H A Dvc4_hdmi_phy.c130 void vc4_hdmi_phy_init(struct vc4_hdmi *vc4_hdmi, in vc4_hdmi_phy_init()
147 void vc4_hdmi_phy_disable(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_phy_disable()
156 void vc4_hdmi_phy_rng_enable(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_phy_rng_enable()
167 void vc4_hdmi_phy_rng_disable(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_phy_rng_disable()
355 static void vc5_hdmi_reset_phy(struct vc4_hdmi *vc4_hdmi) in vc5_hdmi_reset_phy()
363 void vc5_hdmi_phy_init(struct vc4_hdmi *vc4_hdmi, in vc5_hdmi_phy_init()
531 void vc5_hdmi_phy_disable(struct vc4_hdmi *vc4_hdmi) in vc5_hdmi_phy_disable()
540 void vc5_hdmi_phy_rng_enable(struct vc4_hdmi *vc4_hdmi) in vc5_hdmi_phy_rng_enable()
551 void vc5_hdmi_phy_rng_disable(struct vc4_hdmi *vc4_hdmi) in vc5_hdmi_phy_rng_disable()
H A Dvc4_crtc.c524 struct vc4_hdmi *vc4_hdmi; in vc4_crtc_disable_at_boot() local