HomeSort by: relevance | last modified time | path
    Searched defs:vsync_start (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/videomode/
videomode.h 40 int vsync_start; member in struct:videomode
  /src/sys/dev/ic/
igsfb_subr.c 486 int vsync_start, hsync_start, vsync_end, hsync_end; local in function:igsfb_set_mode
519 ((mode->vsync_start & 0x400) >> 8) |
520 ((mode->vsync_start & 0x400) >> 7) |
555 vblank_start = uimin(mode->vsync_start, mode->vdisplay);
558 vsync_start = mode->vsync_start;
569 ((vsync_start & 0x200) >> 2) |
574 ((vsync_start & 0x100) >> 6) |
588 igs_crtc_write(iot, ioh, 0x10, vsync_start & 0xff);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_crt.c 715 u32 vsync_start = (vsync & 0xffff) + 1; local in function:intel_crt_load_detect
717 vblank_start = vsync_start;
icl_dsi.c 806 u16 vtotal, vactive, vsync_start, vsync_end, vsync_shift; local in function:gen11_dsi_set_transcoder_timings
831 vsync_start = adjusted_mode->crtc_vsync_start;
894 if (vsync_end < vsync_start || vsync_end > vtotal)
897 if (vsync_start < vactive)
898 DRM_ERROR("vsync_start less than vactive\n");
904 (vsync_start - 1) | ((vsync_end - 1) << 16));
intel_tv.c 1013 * vsync_start
1023 mode->vsync_start = mode->vdisplay +
1025 mode->vsync_end = mode->vsync_start +
1030 mode->vsync_start = mode->vdisplay +
1033 mode->vsync_end = mode->vsync_start +
1074 int vsync_start = mode->vsync_start - mode->vdisplay + bottom_margin; local in function:intel_tv_scale_mode_vert
1082 mode->vsync_start = vdisplay + vsync_start * new_vtotal / mode->vtotal;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modes.h 141 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
157 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \
183 * @vsync_start: vertical sync start
290 int vsync_start; member in struct:drm_display_mode
446 (m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
  /src/sys/arch/atari/dev/
grfioctl.h 103 u_short vsync_start; member in struct:grfvideo_mode
  /src/sys/arch/amiga/dev/
grfioctl.h 94 u_short vsync_start; member in struct:grfvideo_mode
  /src/sys/external/bsd/drm/dist/shared-core/
drm_mode.h 88 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
  /src/sys/arch/arm/rockchip/
rk_vop.c 315 uint32_t vtotal, vsync_start; local in function:rk_vop_plane_atomic_update
336 vsync_start = mode->vsync_start;
338 __SHIFTIN(dst->y1 + vtotal - vsync_start, WIN0_DSP_YST);
473 const u_int vsync_len = adjusted_mode->vsync_end - adjusted_mode->vsync_start;
475 const u_int vfront_porch = adjusted_mode->vsync_start - adjusted_mode->vdisplay;
  /src/sys/dev/pci/
machfb.c 933 int vtotal, vdisplay, vsync_start, vsync_end; local in function:mach64_get_mode
966 vsync_start = (vsync_end & 0x07ff) + 1;
967 vsync_end = ((vsync_end & 0x1f0000) >> 16) + vsync_start;
992 hsync_start, hsync_end, htotal, vsync_start, vsync_end, vtotal,
1003 mode->vsync_start = vsync_start;
1081 ((mode->vsync_end - mode->vsync_start) << 16) |
1082 (mode->vsync_start - 1);
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 231 __u16 vsync_start; member in struct:drm_mode_modeinfo

Completed in 40 milliseconds