Searched refs:v_total (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/video/ |
D | ipu_disp.c | 838 uint32_t h_total, v_total; in ipu_init_sync_panel() local 854 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel() 947 v_total * 2 - 1,/* run count */ in ipu_init_sync_panel() 964 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel() 998 v_total - 1, /* run count */ in ipu_init_sync_panel() 1016 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel() 1049 v_total - 1, /* run count */ in ipu_init_sync_panel() 1051 v_total / 2, /* offset */ in ipu_init_sync_panel() 1068 __raw_writel(v_total / 2 - 1, DI_SCR_CONF(disp)); in ipu_init_sync_panel() 1088 ipu_di_sync_config(disp, DI_SYNC_VSYNC, v_total - 1, in ipu_init_sync_panel() [all …]
|
D | videomodes.c | 390 int margin, h_total, v_total; in video_edid_dtd_to_ctfb_res_modes() local 410 v_total = mode->yres + EDID_DETAILED_TIMING_VERTICAL_BLANKING(*t); in video_edid_dtd_to_ctfb_res_modes() 412 (h_total * v_total); in video_edid_dtd_to_ctfb_res_modes()
|
/external/u-boot/common/ |
D | edid.c | 287 uint32_t h_total, v_total, vfreq; in edid_print_dtd() local 296 v_total = v_active + v_blanking; in edid_print_dtd() 297 if (v_total > 0 && h_total > 0) in edid_print_dtd() 298 vfreq = pixclock / (v_total * h_total); in edid_print_dtd()
|
/external/u-boot/drivers/video/tegra124/ |
D | display.c | 27 int h_total, v_total, refresh; in tegra_dc_calc_refresh() local 32 v_total = timing->vactive.typ + timing->vfront_porch.typ + in tegra_dc_calc_refresh() 34 if (!pclk || !h_total || !v_total) in tegra_dc_calc_refresh() 38 refresh /= v_total; in tegra_dc_calc_refresh()
|
/external/drm_hwcomposer/ |
D | drmmode.h | 48 uint32_t v_total() const;
|
D | drmmode.cpp | 116 uint32_t DrmMode::v_total() const { in v_total() function in android::DrmMode
|
/external/u-boot/arch/arm/mach-exynos/include/mach/ |
D | dp_info.h | 31 unsigned int v_total; member
|
/external/u-boot/drivers/video/exynos/ |
D | exynos_dp_lowlevel.c | 1070 writel(TOTAL_LINE_CFG_L(priv->disp_info.v_total), in exynos_dp_config_video_bist() 1072 writel(TOTAL_LINE_CFG_H(priv->disp_info.v_total), in exynos_dp_config_video_bist()
|
D | exynos_dp.c | 33 disp_info->v_total = disp_info->v_res + disp_info->v_sync_width + in exynos_dp_disp_info()
|