Home
last modified time | relevance | path

Searched refs:vsync_pos (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/vc4/
A Dvc4_hdmi.c721 bool vsync_pos = mode->flags & DRM_MODE_FLAG_PVSYNC; in vc4_hdmi_set_timings() local
739 (vsync_pos ? VC4_HDMI_HORZA_VPOS : 0) | in vc4_hdmi_set_timings()
767 bool vsync_pos = mode->flags & DRM_MODE_FLAG_PVSYNC; in vc5_hdmi_set_timings() local
789 (vsync_pos ? VC5_HDMI_HORZA_VPOS : 0) | in vc5_hdmi_set_timings()
1015 bool vsync_pos = mode->flags & DRM_MODE_FLAG_PVSYNC; in vc4_hdmi_encoder_post_crtc_enable() local
1023 (vsync_pos ? 0 : VC4_HD_VID_CTL_VSYNC_LOW) | in vc4_hdmi_encoder_post_crtc_enable()
/linux/drivers/media/i2c/
A Dtda1997x.c1102 u32 vper, vsync_pos; in tda1997x_detect_std() local
1113 vsync_pos = vper & MASK_VPER_SYNC_POS; in tda1997x_detect_std()
1137 vtot, vact, vfront1, vfront2, vsync, vback1, vback2, vsync_pos ? '+' : '-'); in tda1997x_detect_std()
1152 timings->bt.polarities = vsync_pos ? V4L2_DV_VSYNC_POS_POL : 0; in tda1997x_detect_std()

Completed in 11 milliseconds