Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dlogicore_dp_tx.h44 u16 h_total; member
A Dvideomodes.c392 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 Dlogicore_dp_tx.c141 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 Dedid.c306 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 Ddp_info.h26 unsigned int h_total; member
/u-boot/drivers/video/tegra124/
A Ddisplay.c31 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 Dipu_disp.c840 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 Dexynos_dp_lowlevel.c1084 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 Dexynos_dp.c34 disp_info->h_total = disp_info->h_res + disp_info->h_sync_width + in exynos_dp_disp_info()

Completed in 17 milliseconds