Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/
Dcdns-dsi.c557 u64 dlane_bps, dlane_bps_max, fbdiv, fbdiv_max, adj_dsi_htotal; in cdns_dsi_get_dphy_pll_cfg() local
580 adj_dsi_htotal = dsi_htotal; in cdns_dsi_get_dphy_pll_cfg()
582 adj_dsi_htotal += dsi_nlanes - (dsi_htotal % dsi_nlanes); in cdns_dsi_get_dphy_pll_cfg()
584 dlane_bps = (u64)dpi_hz * adj_dsi_htotal; in cdns_dsi_get_dphy_pll_cfg()
651 adj_dsi_htotal = (u64)fbdiv * pll_ref_hz * dsi_nlanes * in cdns_dsi_get_dphy_pll_cfg()
658 rem = do_div(adj_dsi_htotal, dpi_hz); in cdns_dsi_get_dphy_pll_cfg()
662 rem = do_div(adj_dsi_htotal, in cdns_dsi_get_dphy_pll_cfg()
668 *dsi_hfp_ext = adj_dsi_htotal - dsi_htotal; in cdns_dsi_get_dphy_pll_cfg()
676 dlane_bps = DIV_ROUND_DOWN_ULL((u64)dpi_hz * adj_dsi_htotal * 8, in cdns_dsi_get_dphy_pll_cfg()