Searched refs:v_total (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/video/ |
A D | logicore_dp_tx.h | 49 u16 v_total; member
|
A D | videomodes.c | 392 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()
|
A D | logicore_dp_tx.c | 146 u16 v_total; member 2082 set_reg(dev, REG_MAIN_STREAM_VTOTAL, msa_config->v_total); in set_msa_values() 2138 dp_tx->main_stream_attributes.v_total = msa->v_total; in logicore_dp_tx_set_msa() 2212 .v_total = 525, in logicore_dp_tx_enable() 2229 .v_total = 449, in logicore_dp_tx_enable() 2246 .v_total = 806, in logicore_dp_tx_enable()
|
/u-boot/drivers/video/imx/ |
A D | ipu_disp.c | 840 uint32_t h_total, v_total; in ipu_init_sync_panel() local 856 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel() 949 v_total * 2 - 1,/* run count */ in ipu_init_sync_panel() 966 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel() 1000 v_total - 1, /* run count */ in ipu_init_sync_panel() 1018 v_total / 2 - 1,/* run count */ in ipu_init_sync_panel() 1051 v_total - 1, /* run count */ in ipu_init_sync_panel() 1053 v_total / 2, /* offset */ in ipu_init_sync_panel() 1070 __raw_writel(v_total / 2 - 1, DI_SCR_CONF(disp)); in ipu_init_sync_panel() 1090 ipu_di_sync_config(disp, DI_SYNC_VSYNC, v_total - 1, in ipu_init_sync_panel() [all …]
|
/u-boot/common/ |
A D | edid.c | 306 uint32_t h_total, v_total, vfreq; in edid_print_dtd() local 315 v_total = v_active + v_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 | 31 unsigned int v_total; member
|
/u-boot/drivers/video/tegra124/ |
A D | display.c | 31 int h_total, v_total, refresh; in tegra_dc_calc_refresh() local 36 v_total = timing->vactive.typ + timing->vfront_porch.typ + in tegra_dc_calc_refresh() 38 if (!pclk || !h_total || !v_total) in tegra_dc_calc_refresh() 42 refresh /= v_total; in tegra_dc_calc_refresh()
|
/u-boot/drivers/video/exynos/ |
A D | exynos_dp_lowlevel.c | 1072 writel(TOTAL_LINE_CFG_L(priv->disp_info.v_total), in exynos_dp_config_video_bist() 1074 writel(TOTAL_LINE_CFG_H(priv->disp_info.v_total), in exynos_dp_config_video_bist()
|
A D | exynos_dp.c | 36 disp_info->v_total = disp_info->v_res + disp_info->v_sync_width + in exynos_dp_disp_info()
|
Completed in 17 milliseconds