Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h42 bool v_sync_polarity; member
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()
Dcdn-dp-core.c570 video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC); in cdn_dp_encoder_mode_set()
/linux-5.19.10/drivers/video/fbdev/via/
Dshare.h307 int v_sync_polarity; member
/linux-5.19.10/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.h134 bool v_sync_polarity; member
Danalogix_dp_core.c1537 video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC); in analogix_dp_bridge_mode_set()
1597 video->v_sync_polarity = true; in analogix_dp_bridge_mode_set()
Danalogix_dp_reg.c903 reg |= (dp->video_info.v_sync_polarity << 1); in analogix_dp_config_video_slave_mode()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn10/
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()