Lines Matching refs:hact
4324 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4354 int hact, bl, tot; in print_dispc_vm() local
4356 hact = t->x_res; in print_dispc_vm()
4358 tot = hact + bl; in print_dispc_vm()
4366 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm()
4367 bl, hact, tot, in print_dispc_vm()
4370 TO_DISPC_T(hact), in print_dispc_vm()
4373 TO_DISPC_T(hact), in print_dispc_vm()
4390 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4397 vm.x_res = t->hact; in print_dsi_dispc_vm()
4625 dsi_vm->hact = xres; in dsi_vm_calc_blanking()