Lines Matching refs:hact
4343 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4373 int hact, bl, tot; in print_dispc_vm() local
4375 hact = t->x_res; in print_dispc_vm()
4377 tot = hact + bl; in print_dispc_vm()
4385 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm()
4386 bl, hact, tot, in print_dispc_vm()
4389 TO_DISPC_T(hact), in print_dispc_vm()
4392 TO_DISPC_T(hact), in print_dispc_vm()
4409 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4416 vm.x_res = t->hact; in print_dsi_dispc_vm()
4644 dsi_vm->hact = xres; in dsi_vm_calc_blanking()