Searched refs:phy_opts (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
D | dp_parser.h | 70 union phy_configure_opts phy_opts; member
|
D | dp_ctrl.c | 1324 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()
|
D | dp_catalog.c | 635 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/ |
D | cdns-dsi.c | 431 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()
|
D | nwl-dsi.c | 784 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/ |
D | dw-mipi-dsi-rockchip.c | 236 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/ |
D | linux-5.10.patch | 5999 + 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/ |
D | 0020_linux_drivers_gpu.patch | 6552 + 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/ |
D | drivers.patch | 18000 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;
|