Lines Matching refs:hact
4323 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4353 int hact, bl, tot; in print_dispc_vm() local
4355 hact = t->x_res; in print_dispc_vm()
4357 tot = hact + bl; in print_dispc_vm()
4365 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm()
4366 bl, hact, tot, in print_dispc_vm()
4369 TO_DISPC_T(hact), in print_dispc_vm()
4372 TO_DISPC_T(hact), in print_dispc_vm()
4389 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4396 vm.x_res = t->hact; in print_dsi_dispc_vm()
4624 dsi_vm->hact = xres; in dsi_vm_calc_blanking()