Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dlogicore_dp_tx.h48 u16 v_sync_width; member
H A Dlogicore_dp_tx.c144 u16 v_sync_width; member
2087 set_reg(dev, REG_MAIN_STREAM_VSWIDTH, msa_config->v_sync_width); in set_msa_values()
2136 dp_tx->main_stream_attributes.v_sync_width = msa->v_sync_width; in logicore_dp_tx_set_msa()
2210 .v_sync_width = 2, in logicore_dp_tx_enable()
2227 .v_sync_width = 2, in logicore_dp_tx_enable()
2244 .v_sync_width = 2, in logicore_dp_tx_enable()
H A Dipu_disp.c832 uint16_t v_sync_width, uint16_t v_end_width, in ipu_init_sync_panel() argument
844 if ((v_sync_width == 0) || (h_sync_width == 0)) in ipu_init_sync_panel()
854 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel()
1091 DI_SYNC_INT_HSYNC, 0, v_sync_width * 2); in ipu_init_sync_panel()
1096 v_sync_width + v_start_width, DI_SYNC_HSYNC, in ipu_init_sync_panel()
H A Dipu.h234 uint16_t v_sync_width, uint16_t v_end_width,
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h33 unsigned int v_sync_width; member
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp.c33 disp_info->v_total = disp_info->v_res + disp_info->v_sync_width + in exynos_dp_disp_info()
901 priv->disp_info.v_sync_width = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
H A Dexynos_dp_lowlevel.c1078 writel(priv->disp_info.v_sync_width, &dp_regs->vsw_cfg); in exynos_dp_config_video_bist()