v_sync_polarity   154 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c 	uint32_t h_sync_polarity, v_sync_polarity;
v_sync_polarity   236 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c 	v_sync_polarity = patched_crtc_timing.flags.VSYNC_POSITIVE_POLARITY ?
v_sync_polarity   240 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c 		OTG_V_SYNC_A_POL, v_sync_polarity);
v_sync_polarity  1499 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c 	video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC);
v_sync_polarity  1559 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c 		video->v_sync_polarity = true;
v_sync_polarity   134 drivers/gpu/drm/bridge/analogix/analogix_dp_core.h 	bool v_sync_polarity;
v_sync_polarity   991 drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c 	reg |= (dp->video_info.v_sync_polarity << 1);
v_sync_polarity   561 drivers/gpu/drm/rockchip/cdn-dp-core.c 	video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC);
v_sync_polarity    41 drivers/gpu/drm/rockchip/cdn-dp-core.h 	bool v_sync_polarity;
v_sync_polarity   712 drivers/gpu/drm/rockchip/cdn-dp-reg.c 	val |= video->v_sync_polarity ? DP_FRAMER_SP_VSP : 0;
v_sync_polarity   746 drivers/gpu/drm/rockchip/cdn-dp-reg.c 	val |= (mode->vdisplay << 16) | (video->v_sync_polarity << 15);
v_sync_polarity   307 drivers/video/fbdev/via/share.h 	int v_sync_polarity;