Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dedid.h125 #define VSYNC_POSITIVE (FLAGS & 2) macro
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h347 VSYNC_POSITIVE = 1, enumerator
H A Drockchip_vop2_reg.c1684 val |= (flags & DRM_MODE_FLAG_NVSYNC) ? BIT(VSYNC_POSITIVE) : 0; in rk3588_get_hdmi_pol()
H A Drockchip_drm_vop2.c1667 polflags |= BIT(VSYNC_POSITIVE); in vop2_crtc_atomic_enable()
/linux/drivers/video/fbdev/core/
H A Dfbmon.c585 if (VSYNC_POSITIVE) in get_detailed_timing()
604 (VSYNC_POSITIVE) ? "+" : "-"); in get_detailed_timing()
932 if (VSYNC_POSITIVE) in fb_parse_edid()