Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dlogicore_dp_tx.h47 bool v_sync_polarity; member
H A Dlogicore_dp_tx.c146 bool v_sync_polarity; member
2084 (msa_config->v_sync_polarity << in set_msa_values()
2135 dp_tx->main_stream_attributes.v_sync_polarity = msa->v_sync_polarity; in logicore_dp_tx_set_msa()
2209 .v_sync_polarity = false, in logicore_dp_tx_enable()
2226 .v_sync_polarity = true, in logicore_dp_tx_enable()
2243 .v_sync_polarity = false, in logicore_dp_tx_enable()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h42 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.c569 video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC); in cdn_dp_encoder_mode_set()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h54 unsigned int v_sync_polarity; member
/openbmc/linux/drivers/video/fbdev/via/
H A Dshare.h307 int v_sync_polarity; member
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h134 bool v_sync_polarity; member
H A Danalogix_dp_core.c1538 video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC); in analogix_dp_bridge_mode_set()
1598 video->v_sync_polarity = true; in analogix_dp_bridge_mode_set()
H A Danalogix_dp_reg.c903 reg |= (dp->video_info.v_sync_polarity << 1); in analogix_dp_config_video_slave_mode()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c168 uint32_t h_sync_polarity, v_sync_polarity; in optc1_program_timing() local
248 v_sync_polarity = patched_crtc_timing.flags.VSYNC_POSITIVE_POLARITY ? in optc1_program_timing()
252 OTG_V_SYNC_A_POL, v_sync_polarity); in optc1_program_timing()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c1026 reg |= (video_info->v_sync_polarity << V_S_POLARITY_CFG_SHIFT); in exynos_dp_config_video_slave_mode()
1108 video_info.v_sync_polarity << V_S_POLARITY_CFG_SHIFT | in exynos_dp_config_video_bist()
H A Dexynos_dp.c921 priv->video_info.v_sync_polarity = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()