Lines Matching +full:dw +full:- +full:hdmi
1 // SPDX-License-Identifier: GPL-2.0+
27 int vop_id = uc_plat->source_id; in rk3399_hdmi_enable()
28 struct rk3399_grf_regs *grf = priv->grf; in rk3399_hdmi_enable()
30 /* select the hdmi encoder input data from our source_id */ in rk3399_hdmi_enable()
31 rk_clrsetreg(&grf->soc_con20, GRF_RK3399_HDMI_VOP_SEL_MASK, in rk3399_hdmi_enable()
34 return dw_hdmi_enable(&priv->hdmi, edid); in rk3399_hdmi_enable()
40 struct dw_hdmi *hdmi = &priv->hdmi; in rk3399_hdmi_ofdata_to_platdata() local
42 hdmi->i2c_clk_high = 0x7a; in rk3399_hdmi_ofdata_to_platdata()
43 hdmi->i2c_clk_low = 0x8d; in rk3399_hdmi_ofdata_to_platdata()
55 /* Enable regulators required for HDMI */ in rk3399_hdmi_probe()
68 { .compatible = "rockchip,rk3399-dw-hdmi" },