Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/
Dcdns-dsi.c553 unsigned int dsi_htotal, in cdns_dsi_get_dphy_pll_cfg() argument
580 adj_dsi_htotal = dsi_htotal; in cdns_dsi_get_dphy_pll_cfg()
581 if (dsi_htotal % dsi_nlanes) in cdns_dsi_get_dphy_pll_cfg()
582 adj_dsi_htotal += dsi_nlanes - (dsi_htotal % dsi_nlanes); in cdns_dsi_get_dphy_pll_cfg()
668 *dsi_hfp_ext = adj_dsi_htotal - dsi_htotal; in cdns_dsi_get_dphy_pll_cfg()
737 unsigned long dsi_htotal = 0, dsi_hss_hsa_hse_hbp = 0; in cdns_dsi_mode2cfg() local
760 dsi_htotal += dsi_cfg->hbp + DSI_HBP_FRAME_OVERHEAD; in cdns_dsi_mode2cfg()
771 dsi_htotal += dsi_cfg->hsa + DSI_HSA_FRAME_OVERHEAD; in cdns_dsi_mode2cfg()
778 dsi_htotal += dsi_cfg->hact; in cdns_dsi_mode2cfg()
786 dsi_htotal += dsi_cfg->hfp + DSI_HFP_FRAME_OVERHEAD; in cdns_dsi_mode2cfg()
[all …]