Searched refs:vsync (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_modes.c101 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; local
154 vsync = 4;
156 vsync = 5;
158 vsync = 6;
160 vsync = 7;
162 vsync = 7;
164 vsync = 10;
187 if (tmp1 < (vsync + CVT_MIN_V_PORCH))
188 vsyncandback_porch = vsync + CVT_MIN_V_PORCH;
192 vback_porch = vsyncandback_porch - vsync;
[all...]
H A Ddrm_edid.c70 /* use +hsync +vsync for detailed mode */
929 /* it is incorrect if hsync/vsync width is zero */
1022 int vsync, vmin, vmax; local
1030 vsync = drm_mode_vrefresh(mode);
1032 return (vsync <= vmax && vsync >= vmin);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_videodev2_compat.h111 struct v4l2_event_vsync vsync; member in union:l_v4l2_event::__anon7911
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S328 vsync.1: inb $0x60,%al
330 jnz vsync.1
331 vsync.2: inb $0x60,%al
333 jz vsync.2
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_crt.c523 uint32_t vsync = I915_READ(vsync_reg); local
524 uint32_t vsync_start = (vsync & 0xffff) + 1;
H A Dintel_display.c6925 int vsync = I915_READ(VSYNC(cpu_transcoder)); local
6938 mode->vsync_start = (vsync & 0xffff) + 1;
6939 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
9475 u32 vsync; member in struct:intel_display_error_state::intel_pipe_error_state
9525 error->pipe[i].vsync = I915_READ(VSYNC(cpu_transcoder));
9549 seq_printf(m, " VSYNC: %08x\n", error->pipe[i].vsync);
/freebsd-11-stable/sys/sys/
H A Dfbio.h304 u_long vsync; /* vertical sync in scanlines */ member in struct:mon_info
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev2.h808 __u32 vsync; /* Vertical Sync length in lines */ member in struct:v4l2_bt_timings

Completed in 185 milliseconds