Home
last modified time | relevance | path

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

/drivers/video/
A Ddw_mipi_dsi.c233 u32 vtotal = timings->vactive.typ + timings->vfront_porch.typ + in dsi_mode_vrefresh() local
236 if (htotal > 0 && vtotal > 0) { in dsi_mode_vrefresh()
239 refresh = (calc_val + vtotal / 2) / vtotal; in dsi_mode_vrefresh()
/drivers/video/imx/
A Dmxc_ipuv3_fb.c280 u32 vtotal; in mxcfb_check_var() local
366 vtotal = var->yres + var->lower_margin + var->vsync_len + in mxcfb_check_var()
368 var->pixclock = (vtotal * htotal * 6UL) / 100UL; in mxcfb_check_var()
/drivers/video/tegra/tegra124/
A Dsor.c618 u32 vtotal, htotal; in tegra_dc_sor_config_panel() local
640 vtotal = timing->vsync_len.typ + timing->vback_porch.typ + in tegra_dc_sor_config_panel()
646 vtotal << NV_HEAD_STATE1_VTOTAL_SHIFT | in tegra_dc_sor_config_panel()
/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.c830 u32 vtotal, vsw, vab, vae; in nx_dpc_get_vsync() local
835 vtotal = (u32)pregister->dpcvtotal + 1; in nx_dpc_get_vsync()
841 vfp = vtotal - vae; in nx_dpc_get_vsync()
850 vtotal = (u32)pregister->dpcevtotal + 1; in nx_dpc_get_vsync()
856 vfp = vtotal - vae; in nx_dpc_get_vsync()

Completed in 17 milliseconds