Searched refs:dsi_htot (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3638 int dsi_hact, dsi_htot; in print_dsi_dispc_vm() local 3643 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 3757 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 3816 dsi_htot = div64_u64((u64)panel_htot * byteclk, req_pck_nom); in dsi_vm_calc_blanking() 3819 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() 3823 dsi_hbl = dsi_htot - dsi_hact; in dsi_vm_calc_blanking() 3826 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk); in dsi_vm_calc_blanking() 3829 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk) in dsi_vm_calc_blanking()
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4385 int dsi_hact, dsi_htot; in print_dsi_dispc_vm() local 4390 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4502 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4560 dsi_htot = div64_u64((u64)panel_htot * byteclk, req_pck_nom); in dsi_vm_calc_blanking() 4563 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() 4567 dsi_hbl = dsi_htot - dsi_hact; in dsi_vm_calc_blanking() 4570 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk); in dsi_vm_calc_blanking() 4573 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk) in dsi_vm_calc_blanking()
|