Home
last modified time | relevance | path

Searched refs:hdmi0_phy_pll (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588-nvr.dtsi130 clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c4170 struct vop2_extend_pll *hdmi0_phy_pll, *hdmi1_phy_pll; in vop2_clk_set_parent_extend() local
4174 hdmi0_phy_pll = vop2_extend_clk_find_by_name(vop2, "hdmi0_phy_pll"); in vop2_clk_set_parent_extend()
4177 if (hdmi0_phy_pll) in vop2_clk_set_parent_extend()
4178 clk_get_rate(hdmi0_phy_pll->clk); in vop2_clk_set_parent_extend()
4182 if ((!hdmi0_phy_pll && !hdmi1_phy_pll) || in vop2_clk_set_parent_extend()
4183 ((vcstate->output_if & VOP_OUTPUT_IF_HDMI0) && !hdmi0_phy_pll) || in vop2_clk_set_parent_extend()
4190 if (hdmi0_phy_pll->vp_mask) { in vop2_clk_set_parent_extend()
4192 vop2_extend_clk_get_vp_id(hdmi0_phy_pll)); in vop2_clk_set_parent_extend()
4205 vop2_clk_set_parent(vp->dclk, hdmi0_phy_pll->clk); in vop2_clk_set_parent_extend()
4207 hdmi0_phy_pll->vp_mask |= BIT(vp->id); in vop2_clk_set_parent_extend()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop2.c3678 struct clk hdmi0_phy_pll; in rockchip_vop2_init() local
3877 ret = clk_get_by_name(disp_dev, "hdmi0_phy_pll", &hdmi0_phy_pll); in rockchip_vop2_init()
3884 hdmi0_phy_pll.dev = NULL; in rockchip_vop2_init()
3895 ret = uclass_find_device_by_ofnode(UCLASS_CLK, args.node, &hdmi0_phy_pll.dev); in rockchip_vop2_init()
3907 vop2_clk_set_parent(&cstate->dclk, &hdmi0_phy_pll); in rockchip_vop2_init()
3917 if ((conn_state->output_if & VOP_OUTPUT_IF_HDMI0) && hdmi0_phy_pll.dev) { in rockchip_vop2_init()
3918 ret = vop2_clk_set_rate(&hdmi0_phy_pll, dclk_rate * 1000); in rockchip_vop2_init()