Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c3762 int dispc_htot, dispc_hbl; /* pixels */ in dsi_vm_calc_blanking() local
3832 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk); in dsi_vm_calc_blanking()
3835 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk) in dsi_vm_calc_blanking()
3838 dispc_hbl = dispc_htot - xres; in dsi_vm_calc_blanking()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4501 int dispc_htot, dispc_hbl; /* pixels */ in dsi_vm_calc_blanking() local
4570 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk); in dsi_vm_calc_blanking()
4573 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk) in dsi_vm_calc_blanking()
4576 dispc_hbl = dispc_htot - xres; in dsi_vm_calc_blanking()