Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h40 bool h_sync_polarity; member
H A Dcdn-dp-reg.c710 val = video->h_sync_polarity ? DP_FRAMER_SP_HSP : 0; in cdn_dp_config_video()
733 val |= (mode->hdisplay << 16) | (video->h_sync_polarity << 15); in cdn_dp_config_video()
H A Dcdn-dp-core.c540 video->h_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NHSYNC); in cdn_dp_encoder_mode_set()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h54 unsigned int h_sync_polarity; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Dshare.h306 int h_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
195 h_sync_polarity = patched_crtc_timing.flags.HSYNC_POSITIVE_POLARITY ? in optc1_program_timing()
199 OTG_H_SYNC_A_POL, h_sync_polarity); in optc1_program_timing()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h131 bool h_sync_polarity; member
H A Danalogix_dp_core.c1853 video->h_sync_polarity = true; in analogix_dp_bridge_mode_set()
1856 video->h_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NHSYNC); in analogix_dp_bridge_mode_set()
1914 video->h_sync_polarity = true; in analogix_dp_bridge_mode_set()
H A Danalogix_dp_reg.c967 reg |= (dp->video_info.h_sync_polarity << 0); in analogix_dp_config_video_slave_mode()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp_reg.c1277 reg |= (dp->video_info.h_sync_polarity << 0); in analogix_dp_config_video_slave_mode()
1311 dp->video_info.h_sync_polarity = true; in analogix_dp_set_video_format()
1314 dp->video_info.h_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NHSYNC); in analogix_dp_set_video_format()
H A Danalogix_dp.h579 bool h_sync_polarity; member
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c1035 reg |= (video_info->h_sync_polarity << H_S_POLARITY_CFG_SHIFT); in exynos_dp_config_video_slave_mode()
1112 video_info.h_sync_polarity << H_S_POLARITY_CFG_SHIFT); in exynos_dp_config_video_bist()
H A Dexynos_dp.c920 priv->video_info.h_sync_polarity = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()