Lines Matching refs:hact
4342 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4372 int hact, bl, tot; in print_dispc_vm() local
4374 hact = t->x_res; in print_dispc_vm()
4376 tot = hact + bl; in print_dispc_vm()
4384 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm()
4385 bl, hact, tot, in print_dispc_vm()
4388 TO_DISPC_T(hact), in print_dispc_vm()
4391 TO_DISPC_T(hact), in print_dispc_vm()
4408 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4415 vm.x_res = t->hact; in print_dsi_dispc_vm()
4643 dsi_vm->hact = xres; in dsi_vm_calc_blanking()