Searched refs:h_total (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/video/ |
A D | logicore_dp_tx.h | 44 u16 h_total; member
|
A D | videomodes.c | 392 int margin, h_total, v_total; in video_edid_dtd_to_ctfb_res_modes() local 409 h_total = mode->xres + EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(*t); in video_edid_dtd_to_ctfb_res_modes() 412 (h_total * v_total); in video_edid_dtd_to_ctfb_res_modes()
|
A D | logicore_dp_tx.c | 141 u16 h_total; member 2015 h_blank = msa_config->h_total - msa_config->h_active; in set_line_reset() 2017 h_reduced_blank = 2 * msa_config->h_total; in set_line_reset() 2081 set_reg(dev, REG_MAIN_STREAM_HTOTAL, msa_config->h_total); in set_msa_values() 2133 dp_tx->main_stream_attributes.h_total = msa->h_total; in logicore_dp_tx_set_msa() 2207 .h_total = 800, in logicore_dp_tx_enable() 2224 .h_total = 900, in logicore_dp_tx_enable() 2241 .h_total = 1344, in logicore_dp_tx_enable()
|
/u-boot/common/ |
A D | edid.c | 306 uint32_t h_total, v_total, vfreq; in edid_print_dtd() local 314 h_total = h_active + h_blanking; in edid_print_dtd() 316 if (v_total > 0 && h_total > 0) in edid_print_dtd() 317 vfreq = pixclock / (v_total * h_total); in edid_print_dtd()
|
/u-boot/arch/arm/mach-exynos/include/mach/ |
A D | dp_info.h | 26 unsigned int h_total; member
|
/u-boot/drivers/video/tegra124/ |
A D | display.c | 31 int h_total, v_total, refresh; in tegra_dc_calc_refresh() local 34 h_total = timing->hactive.typ + timing->hfront_porch.typ + in tegra_dc_calc_refresh() 38 if (!pclk || !h_total || !v_total) in tegra_dc_calc_refresh() 40 refresh = pclk / h_total; in tegra_dc_calc_refresh()
|
/u-boot/drivers/video/imx/ |
A D | ipu_disp.c | 840 uint32_t h_total, v_total; in ipu_init_sync_panel() local 855 h_total = width + h_sync_width + h_start_width + h_end_width; in ipu_init_sync_panel() 915 h_total / 2 - 1,/* run count */ in ipu_init_sync_panel() 932 h_total - 1, /* run count */ in ipu_init_sync_panel() 1078 ipu_di_sync_config(disp, 1, h_total - 1, DI_SYNC_CLK, in ipu_init_sync_panel() 1084 ipu_di_sync_config(disp, DI_SYNC_HSYNC, h_total - 1, in ipu_init_sync_panel()
|
/u-boot/drivers/video/exynos/ |
A D | exynos_dp_lowlevel.c | 1084 writel(TOTAL_PIXEL_CFG_L(priv->disp_info.h_total), in exynos_dp_config_video_bist() 1086 writel(TOTAL_PIXEL_CFG_H(priv->disp_info.h_total), in exynos_dp_config_video_bist()
|
A D | exynos_dp.c | 34 disp_info->h_total = disp_info->h_res + disp_info->h_sync_width + in exynos_dp_disp_info()
|
Completed in 17 milliseconds