Searched refs:v_sync_width (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | dp_info.h | 34 unsigned int v_sync_width; member
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_disp.c | 833 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 D | ipu.h | 235 uint16_t v_sync_width, uint16_t v_end_width,
|
| /rk3399_rockchip-uboot/drivers/video/exynos/ |
| H A D | exynos_dp.c | 34 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 D | exynos_dp_lowlevel.c | 1081 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 D | dw-dp.c | 1242 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()
|