Searched refs:dsi_hact (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/bridge/ |
D | tc358768.c | 700 u32 dsi_hsw, dsi_hbp, dsi_hact, dsi_hfp; in tc358768_bridge_pre_enable() local 818 dsi_hact = hact + 4 + 1 + 2; in tc358768_bridge_pre_enable() 820 dsi_hfp = dsi_dpi_htot - dsi_hact - dsi_hsw - dsi_hss; in tc358768_bridge_pre_enable() 842 dsi_hfp = dsi_dpi_htot - dsi_hact - dsi_hsw - dsi_hss; in tc358768_bridge_pre_enable() 851 dsi_hss, dsi_hsw, dsi_hbp, dsi_hact, dsi_hfp, in tc358768_bridge_pre_enable() 852 dsi_hss + dsi_hsw + dsi_hbp + dsi_hact + dsi_hfp); in tc358768_bridge_pre_enable() 858 tc358768_dsi_bytes_to_ns(priv, dsi_hact), in tc358768_bridge_pre_enable() 861 dsi_hbp + dsi_hact + dsi_hfp)); in tc358768_bridge_pre_enable()
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3644 int dsi_hact, dsi_htot; in print_dsi_dispc_vm() local 3648 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm() 3649 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 3763 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 3786 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(xres * bitspp, 8) + 6, ndl); in dsi_vm_calc_blanking() 3825 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() 3829 dsi_hbl = dsi_htot - dsi_hact; in dsi_vm_calc_blanking()
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4386 int dsi_hact, dsi_htot; in print_dsi_dispc_vm() local 4390 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm() 4391 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4503 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4525 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(xres * bitspp, 8) + 6, ndl); in dsi_vm_calc_blanking() 4564 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() 4568 dsi_hbl = dsi_htot - dsi_hact; in dsi_vm_calc_blanking()
|