Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c4395 int dsi_hact, dsi_htot; in print_dsi_dispc_vm() local
4399 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4400 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
4512 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
4534 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(xres * bitspp, 8) + 6, ndl); in dsi_vm_calc_blanking()
4573 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
4577 dsi_hbl = dsi_htot - dsi_hact; in dsi_vm_calc_blanking()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddsi.c4396 int dsi_hact, dsi_htot; in print_dsi_dispc_vm() local
4400 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4401 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
4515 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
4538 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(xres * bitspp, 8) + 6, ndl); in dsi_vm_calc_blanking()
4577 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
4581 dsi_hbl = dsi_htot - dsi_hact; in dsi_vm_calc_blanking()