Home
last modified time | relevance | path

Searched refs:phy_opts (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
Ddp_parser.h70 union phy_configure_opts phy_opts; member
Ddp_ctrl.c1324 struct phy_configure_opts_dp *opts_dp = &dp_io->phy_opts.dp; in dp_ctrl_enable_mainlink_clocks()
1331 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks()
1435 struct phy_configure_opts_dp *opts_dp = &dp_io->phy_opts.dp; in dp_ctrl_reinitialize_mainlink()
1439 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
Ddp_catalog.c635 struct phy_configure_opts_dp *opts_dp = &dp_io->phy_opts.dp; in dp_catalog_ctrl_update_vx_px()
641 phy_configure(phy, &dp_io->phy_opts); in dp_catalog_ctrl_update_vx_px()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Dcdns-dsi.c431 union phy_configure_opts phy_opts; member
608 struct phy_configure_opts_mipi_dphy *phy_cfg = &output->phy_opts.mipi_dphy; in cdns_dsi_check_conf()
625 ret = phy_validate(dsi->dphy, PHY_MODE_MIPI_DPHY, 0, &output->phy_opts); in cdns_dsi_check_conf()
729 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init()
786 struct phy_configure_opts_mipi_dphy *phy_cfg = &output->phy_opts.mipi_dphy; in cdns_dsi_bridge_enable()
Dnwl-dsi.c784 union phy_configure_opts *phy_opts) in nwl_dsi_get_dphy_params() argument
798 &phy_opts->mipi_dphy); in nwl_dsi_get_dphy_params()
804 phy_opts->mipi_dphy.lp_clk_rate = rate; in nwl_dsi_get_dphy_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c236 union phy_configure_opts phy_opts; member
495 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on()
547 &dsi->phy_opts.mipi_dphy); in dw_mipi_dsi_get_lane_mbps()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch5999 + union phy_configure_opts phy_opts;
6037 + ret = clk_set_rate(mipi_dsi->px_clk, mipi_dsi->phy_opts.mipi_dphy.hs_clk_rate);
6040 + mipi_dsi->phy_opts.mipi_dphy.hs_clk_rate);
6071 + return phy_configure(mipi_dsi->phy, &mipi_dsi->phy_opts);
6104 + &mipi_dsi->phy_opts.mipi_dphy);
6107 + if (mipi_dsi->phy_opts.mipi_dphy.hs_clk_rate > 600*1000000) {
6108 + mipi_dsi->phy_opts.mipi_dphy.hs_clk_rate = max(800 * 1000000,
6109 + mipi_dsi->phy_opts.mipi_dphy.hs_clk_rate);
6112 + *lane_mbps = mipi_dsi->phy_opts.mipi_dphy.hs_clk_rate / 1000000;
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch6552 + union phy_configure_opts phy_opts;
6566 + lanes, &phy_opts.mipi_dphy);
6567 + phy_opts.mipi_dphy.lp_clk_rate = clk_get_rate(dsi->tx_esc_clk);
6576 + ret = phy_validate(dsi->phy, PHY_MODE_MIPI_DPHY, 0, &phy_opts);
6641 union phy_configure_opts *phy_opts)
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch18000 union phy_configure_opts phy_opts;
18094 - phy_configure(dsi->phy, &dsi->phy_opts);
18172 &dsi->phy_opts.mipi_dphy);
18181 + phy_configure(dsi->phy, &dsi->phy_opts);
18182 + hs_clk_rate = dsi->phy_opts.mipi_dphy.hs_clk_rate;