Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h41 bool v_sync_polarity; member
H A Dcdn-dp-reg.c711 val |= video->v_sync_polarity ? DP_FRAMER_SP_VSP : 0; in cdn_dp_config_video()
745 val |= (mode->vdisplay << 16) | (video->v_sync_polarity << 15); in cdn_dp_config_video()
H A Dcdn-dp-core.c539 video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC); in cdn_dp_encoder_mode_set()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h55 unsigned int v_sync_polarity; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Dshare.h307 int v_sync_polarity; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c154 uint32_t h_sync_polarity, v_sync_polarity; in optc1_program_timing() local
236 v_sync_polarity = patched_crtc_timing.flags.VSYNC_POSITIVE_POLARITY ? in optc1_program_timing()
240 OTG_V_SYNC_A_POL, v_sync_polarity); in optc1_program_timing()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h132 bool v_sync_polarity; member
H A Danalogix_dp_core.c1852 video->v_sync_polarity = true; in analogix_dp_bridge_mode_set()
1855 video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC); in analogix_dp_bridge_mode_set()
1916 video->v_sync_polarity = true; in analogix_dp_bridge_mode_set()
H A Danalogix_dp_reg.c962 reg |= (dp->video_info.v_sync_polarity << 1); in analogix_dp_config_video_slave_mode()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp_reg.c1272 reg |= (dp->video_info.v_sync_polarity << 1); in analogix_dp_config_video_slave_mode()
1310 dp->video_info.v_sync_polarity = true; in analogix_dp_set_video_format()
1313 dp->video_info.v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC); in analogix_dp_set_video_format()
H A Danalogix_dp.h580 bool v_sync_polarity; member
/OK3568_Linux_fs/u-boot/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()