Searched refs:v_total (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_disp.c | 839 uint32_t h_total, v_total; in ipu_init_sync_panel() local 855 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel() 948 v_total * 2 - 1,/* run count */ in ipu_init_sync_panel() 965 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel() 999 v_total - 1, /* run count */ in ipu_init_sync_panel() 1017 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel() 1050 v_total - 1, /* run count */ in ipu_init_sync_panel() 1052 v_total / 2, /* offset */ in ipu_init_sync_panel() 1069 __raw_writel(v_total / 2 - 1, DI_SCR_CONF(disp)); in ipu_init_sync_panel() 1089 ipu_di_sync_config(disp, DI_SYNC_VSYNC, v_total - 1, in ipu_init_sync_panel() [all …]
|
| H A D | videomodes.c | 391 int margin, h_total, v_total; in video_edid_dtd_to_ctfb_res_modes() local 411 v_total = mode->yres + EDID_DETAILED_TIMING_VERTICAL_BLANKING(*t); in video_edid_dtd_to_ctfb_res_modes() 413 (h_total * v_total); in video_edid_dtd_to_ctfb_res_modes()
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | dp_info.h | 32 unsigned int v_total; member
|
| /rk3399_rockchip-uboot/drivers/video/tegra124/ |
| H A D | display.c | 30 int h_total, v_total, refresh; in tegra_dc_calc_refresh() local 35 v_total = timing->vactive.typ + timing->vfront_porch.typ + in tegra_dc_calc_refresh() 37 if (!pclk || !h_total || !v_total) in tegra_dc_calc_refresh() 41 refresh /= v_total; in tegra_dc_calc_refresh()
|
| /rk3399_rockchip-uboot/drivers/video/exynos/ |
| H A D | exynos_dp_lowlevel.c | 1073 writel(TOTAL_LINE_CFG_L(priv->disp_info.v_total), in exynos_dp_config_video_bist() 1075 writel(TOTAL_LINE_CFG_H(priv->disp_info.v_total), in exynos_dp_config_video_bist()
|
| H A D | exynos_dp.c | 34 disp_info->v_total = disp_info->v_res + disp_info->v_sync_width + in exynos_dp_disp_info()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | 2123 u32 h_total, v_total, vfreq; in edid_print_dtd() local 2132 v_total = v_active + v_blanking; in edid_print_dtd() 2133 if (v_total > 0 && h_total > 0) in edid_print_dtd() 2134 vfreq = pixclock / (v_total * h_total); in edid_print_dtd()
|