Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4403 int dispc_htot, dispc_hbl; /* pixels */ in dsi_vm_calc_blanking() local
4473 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk); in dsi_vm_calc_blanking()
4476 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk) in dsi_vm_calc_blanking()
4479 dispc_hbl = dispc_htot - xres; in dsi_vm_calc_blanking()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4503 int dispc_htot, dispc_hbl; /* pixels */ in dsi_vm_calc_blanking() local
4572 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk); in dsi_vm_calc_blanking()
4575 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk) in dsi_vm_calc_blanking()
4578 dispc_hbl = dispc_htot - xres; in dsi_vm_calc_blanking()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 28 milliseconds