Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h34 unsigned int v_sync_width; member
/rk3399_rockchip-uboot/drivers/video/
H A Dipu_disp.c833 uint16_t v_sync_width, uint16_t v_end_width, in ipu_init_sync_panel() argument
845 if ((v_sync_width == 0) || (h_sync_width == 0)) in ipu_init_sync_panel()
855 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel()
1092 DI_SYNC_INT_HSYNC, 0, v_sync_width * 2); in ipu_init_sync_panel()
1097 v_sync_width + v_start_width, DI_SYNC_HSYNC, in ipu_init_sync_panel()
H A Dipu.h235 uint16_t v_sync_width, uint16_t v_end_width,
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_dp.c34 disp_info->v_total = disp_info->v_res + disp_info->v_sync_width + in exynos_dp_disp_info()
902 priv->disp_info.v_sync_width = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
H A Dexynos_dp_lowlevel.c1081 writel(priv->disp_info.v_sync_width, &dp_regs->vsw_cfg); in exynos_dp_config_video_bist()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw-dp.c1242 u32 vactive, vblank, v_sync_width, v_front_porch; in dw_dp_video_enable() local
1301 v_sync_width = mode->vsync_end - mode->vsync_start; in dw_dp_video_enable()
1304 FIELD_PREP(V_SYNC_WIDTH, v_sync_width) | in dw_dp_video_enable()