Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/video/
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()
Dati_radeon_fb.c56 #define CRTC_V_TOTAL_DISP_VAL(vtotal, vdisp) \ argument
57 ((((vtotal) - 1) & 0xffff) | (((vdisp) - 1) << 16))
/third_party/uboot/u-boot-2020.01/drivers/video/imx/
Dmxc_ipuv3_fb.c302 u32 vtotal; in mxcfb_check_var() local
388 vtotal = var->yres + var->lower_margin + var->vsync_len + in mxcfb_check_var()
390 var->pixclock = (vtotal * htotal * 6UL) / 100UL; in mxcfb_check_var()
/third_party/weston/libweston/backend-drm/
Dmodes.c180 &mode->vtotal, hsync, vsync) != 11) in parse_modeline()
357 info->vtotal / 2) / info->vtotal; in drm_refresh_rate_mHz()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11modes.c557 info->vtotal = l.vtotal; in XF86VidModeGetModeInfo()
568 && info->vtotal) ? (1000 * info->dotclock / (info->htotal * in CalculateXVidModeRefreshRate()
569 info->vtotal)) : 0; in CalculateXVidModeRefreshRate()
/third_party/uboot/u-boot-2020.01/drivers/video/tegra124/
Dsor.c615 u32 vtotal, htotal; in tegra_dc_sor_config_panel() local
637 vtotal = timing->vsync_len.typ + timing->vback_porch.typ + in tegra_dc_sor_config_panel()
643 vtotal << NV_HEAD_STATE1_VTOTAL_SHIFT | in tegra_dc_sor_config_panel()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstgldisplay_gbm.c250 current_mode->htotal, current_mode->vtotal, current_mode->hskew, in gst_gl_display_gbm_setup_drm()
/third_party/libdrm/tests/modeprint/
Dmodeprint.c71 printf("\tvtotal : %i\n", mode->vtotal); in printMode()
/third_party/libdrm/include/drm/
Ddrm_mode.h222 __u16 vtotal; member
/third_party/libdrm/
Dxf86drmMode.h210 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member
/third_party/libdrm/tests/modetest/
Dmodetest.c141 / (mode->htotal * mode->vtotal); in mode_vrefresh()
232 mode->vtotal, in dump_mode()