Home
last modified time | relevance | path

Searched refs:h_total (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dvideomodes.c391 int margin, h_total, v_total; in video_edid_dtd_to_ctfb_res_modes() local
410 h_total = mode->xres + EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(*t); in video_edid_dtd_to_ctfb_res_modes()
413 (h_total * v_total); in video_edid_dtd_to_ctfb_res_modes()
H A Dipu_disp.c839 uint32_t h_total, v_total; in ipu_init_sync_panel() local
854 h_total = width + h_sync_width + h_start_width + h_end_width; in ipu_init_sync_panel()
914 h_total / 2 - 1,/* run count */ in ipu_init_sync_panel()
931 h_total - 1, /* run count */ in ipu_init_sync_panel()
1077 ipu_di_sync_config(disp, 1, h_total - 1, DI_SYNC_CLK, in ipu_init_sync_panel()
1083 ipu_di_sync_config(disp, DI_SYNC_HSYNC, h_total - 1, in ipu_init_sync_panel()
/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h27 unsigned int h_total; member
/rk3399_rockchip-uboot/drivers/video/tegra124/
H A Ddisplay.c30 int h_total, v_total, refresh; in tegra_dc_calc_refresh() local
33 h_total = timing->hactive.typ + timing->hfront_porch.typ + in tegra_dc_calc_refresh()
37 if (!pclk || !h_total || !v_total) in tegra_dc_calc_refresh()
39 refresh = pclk / h_total; in tegra_dc_calc_refresh()
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c1085 writel(TOTAL_PIXEL_CFG_L(priv->disp_info.h_total), in exynos_dp_config_video_bist()
1087 writel(TOTAL_PIXEL_CFG_H(priv->disp_info.h_total), in exynos_dp_config_video_bist()
H A Dexynos_dp.c32 disp_info->h_total = disp_info->h_res + disp_info->h_sync_width + in exynos_dp_disp_info()
/rk3399_rockchip-uboot/common/
H A Dedid.c2123 u32 h_total, v_total, vfreq; in edid_print_dtd() local
2131 h_total = h_active + h_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()