Searched refs:dsi_htot (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
| D | dsi.c | 4280 int dsi_hact, dsi_htot; in print_dsi_dispc_vm() local 4285 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4399 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4458 dsi_htot = div64_u64((u64)panel_htot * byteclk, req_pck_nom); in dsi_vm_calc_blanking() 4461 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() 4465 dsi_hbl = dsi_htot - dsi_hact; in dsi_vm_calc_blanking() 4468 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk); in dsi_vm_calc_blanking() 4471 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk) in dsi_vm_calc_blanking()
|
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | dsi.c | 4384 int dsi_hact, dsi_htot; in print_dsi_dispc_vm() local 4389 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4501 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4559 dsi_htot = div64_u64((u64)panel_htot * byteclk, req_pck_nom); in dsi_vm_calc_blanking() 4562 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() 4566 dsi_hbl = dsi_htot - dsi_hact; in dsi_vm_calc_blanking() 4569 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk); in dsi_vm_calc_blanking() 4572 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk) in dsi_vm_calc_blanking()
|