Searched refs:vsync_offset (Results 1 – 2 of 2) sorted by relevance
204 int value, vsync_offset; in rk3066_hdmi_config_video_timing() local213 vsync_offset = 0x6; in rk3066_hdmi_config_video_timing()215 vsync_offset = 0; in rk3066_hdmi_config_video_timing()218 value |= vsync_offset << HDMI_VIDEO_VSYNC_OFFSET_SHIFT; in rk3066_hdmi_config_video_timing()245 value = mode->vtotal - mode->vsync_start + vsync_offset; in rk3066_hdmi_config_video_timing()
2599 …unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 0x2 | pt->vsync_offset_pu… in drm_mode_detailed() local2649 mode->vsync_start = mode->vdisplay + vsync_offset; in drm_mode_detailed()