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

  /src/sys/dev/ic/
monitors.h 44 u_int16_t vsync; /* Vertical Sync */ member in struct:monitor
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_displayid.h 88 u8 vsync[2]; member in struct:displayid_detailed_timings_1
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_crt.c 673 vsync_reg = VSYNC(pipe);
714 u32 vsync = I915_READ(vsync_reg); local in function:intel_crt_load_detect
715 u32 vsync_start = (vsync & 0xffff) + 1;
dvo_ns2501.c 143 #define NS2501_REG80 0x80 /* low-byte vsync-start */
144 #define NS2501_REG81 0x81 /* high-byte vsync-start */
221 u16 vsync; /* manual vertical sync start, 80/81 */ member in struct:ns2501_configuration
248 .vsync = 2047, /* actually, ignored with this config */
268 .vsync = 807,
287 .vsync = 2047,
578 "vsync start : %d\n"
579 "vsync end : %d\n"
630 ns2501_writeb(dvo, NS2501_REG80, conf->vsync & 0xff);
631 ns2501_writeb(dvo, NS2501_REG81, conf->vsync >> 8)
    [all...]
vlv_dsi.c 1046 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:bxt_dsi_get_pipe_config
1107 vsync = I915_READ(MIPI_VSYNC_PADDING_COUNT(port));
1117 adjusted_mode->crtc_vsync_end = vsync + adjusted_mode->crtc_vsync_start;
1240 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:set_dsi_timings
1257 vsync = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start;
1294 I915_WRITE(MIPI_VSYNC_PADDING_COUNT(port), vsync);
intel_vbt_defs.h 105 BDB_EFP_LIST = 21, /* workarounds for VGA hsync/vsync */
911 u16 vsync; member in struct:generic_dtd_entry
intel_display.c 5665 I915_READ(VSYNC(cpu_transcoder)));
8646 I915_WRITE(VSYNC(cpu_transcoder),
8723 tmp = I915_READ(VSYNC(cpu_transcoder));
17727 I915_WRITE(VSYNC(pipe), (490 - 1) | ((492 - 1) << 16));
18639 u32 vsync; member in struct:intel_display_error_state::intel_transcoder_error_state
18719 error->transcoder[i].vsync = I915_READ(VSYNC(cpu_transcoder));
18782 err_printf(m, " VSYNC: %08x\n", error->transcoder[i].vsync);
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.h 267 u32 vsync; member in struct:ast_vbios_enhtable
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 167 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; local in function:drm_cvt_mode
222 /* Determine VSync Width from aspect ratio */
224 vsync = 4;
226 vsync = 5;
228 vsync = 6;
230 vsync = 7;
232 vsync = 7;
234 vsync = 10;
257 if (tmp1 < (vsync + CVT_MIN_V_PORCH))
258 vsyncandback_porch = vsync + CVT_MIN_V_PORCH
    [all...]
drm_edid.c 82 /* use +hsync +vsync for detailed mode */
2566 /* it is incorrect if hsync/vsync width is zero */
2569 "Wrong Hsync/Vsync pulse width\n");
2659 int vsync, vmin, vmax; local in function:mode_in_vsync_range
2667 vsync = drm_mode_vrefresh(mode);
2669 return (vsync <= vmax && vsync >= vmin);
5036 unsigned vsync = (timings->vsync[0] | (timings->vsync[1] & 0x7f) << 8) + 1 local in function:drm_mode_displayid_detailed
    [all...]
  /src/sys/sys/
videoio.h 2281 * @vsync: Vertical Sync length in lines
2301 * tot_height = height + vfrontporch + vsync + vbackporch +
2316 u_int32_t vsync; member in struct:v4l2_bt_timings
2413 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
3222 struct v4l2_event_vsync vsync; member in union:v4l2_event::__anona13a034e180a

Completed in 37 milliseconds