Searched refs:vtotal (Results 1 – 11 of 11) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/video/ |
D | dw_mipi_dsi.c | 233 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()
|
D | ati_radeon_fb.c | 56 #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/ |
D | mxc_ipuv3_fb.c | 302 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/ |
D | modes.c | 180 &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/ |
D | SDL_x11modes.c | 557 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/ |
D | sor.c | 615 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/ |
D | gstgldisplay_gbm.c | 250 current_mode->htotal, current_mode->vtotal, current_mode->hskew, in gst_gl_display_gbm_setup_drm()
|
/third_party/libdrm/tests/modeprint/ |
D | modeprint.c | 71 printf("\tvtotal : %i\n", mode->vtotal); in printMode()
|
/third_party/libdrm/include/drm/ |
D | drm_mode.h | 222 __u16 vtotal; member
|
/third_party/libdrm/ |
D | xf86drmMode.h | 210 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 141 / (mode->htotal * mode->vtotal); in mode_vrefresh() 232 mode->vtotal, in dump_mode()
|