Searched refs:v_sync_polarity (Results 1 - 8 of 8) sorted by last modified time

/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h42 bool v_sync_polarity; member in struct:video_info
H A Dcdn-dp-core.c574 video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC);
H A Dcdn-dp-reg.c711 val |= video->v_sync_polarity ? DP_FRAMER_SP_VSP : 0;
745 val |= (mode->vdisplay << 16) | (video->v_sync_polarity << 15);
/linux-master/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c168 uint32_t h_sync_polarity, v_sync_polarity; local
248 v_sync_polarity = patched_crtc_timing.flags.VSYNC_POSITIVE_POLARITY ?
252 OTG_V_SYNC_A_POL, v_sync_polarity);
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c1538 video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC);
1598 video->v_sync_polarity = true;
H A Danalogix_dp_core.h134 bool v_sync_polarity; member in struct:video_info
H A Danalogix_dp_reg.c903 reg |= (dp->video_info.v_sync_polarity << 1);
/linux-master/drivers/video/fbdev/via/
H A Dshare.h307 int v_sync_polarity; member in struct:crt_mode_table

Completed in 184 milliseconds