Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c4521 int dispc_htot, dispc_hbl; /* pixels */ in dsi_vm_calc_blanking() local
4590 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk); in dsi_vm_calc_blanking()
4593 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk) in dsi_vm_calc_blanking()
4596 dispc_hbl = dispc_htot - xres; in dsi_vm_calc_blanking()