Home
last modified time | relevance | path

Searched refs:v_sync_polarity (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h55 unsigned int v_sync_polarity; member
/rk3399_rockchip-uboot/drivers/video/drm/
H A Danalogix_dp_reg.c1064 reg |= (dp->video_info.v_sync_polarity << 1); in analogix_dp_config_video_slave_mode()
1102 dp->video_info.v_sync_polarity = true; in analogix_dp_set_video_format()
1105 dp->video_info.v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC); in analogix_dp_set_video_format()
H A Danalogix_dp.h593 bool v_sync_polarity; member
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c1029 reg |= (video_info->v_sync_polarity << V_S_POLARITY_CFG_SHIFT); in exynos_dp_config_video_slave_mode()
1111 video_info.v_sync_polarity << V_S_POLARITY_CFG_SHIFT | in exynos_dp_config_video_bist()
H A Dexynos_dp.c922 priv->video_info.v_sync_polarity = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()