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

  /src/sys/dev/ic/
monitors.h 40 u_int16_t hsync; /* Horizontal Sync */ member in struct:monitor
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_displayid.h 84 u8 hsync[2]; member in struct:displayid_detailed_timings_1
drm_modes.h 51 * @MODE_HSYNC: hsync out of range
404 * @hsync:
411 int hsync; member in struct:drm_display_mode
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.h 263 u32 hsync; member in struct:ast_vbios_enhtable
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
vlv_dsi.c 1046 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:bxt_dsi_get_pipe_config
1088 hsync = I915_READ(MIPI_HSYNC_PADDING_COUNT(port));
1094 hsync = pixels_from_txbyteclkhs(hsync, bpp, lane_count,
1101 hsync *= 2;
1110 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp;
1112 adjusted_mode->crtc_hsync_end = hsync + adjusted_mode->crtc_hsync_start;
1240 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:set_dsi_timings
1244 hsync = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start;
1252 hsync /= 2
    [all...]
intel_vbt_defs.h 105 BDB_EFP_LIST = 21, /* workarounds for VGA hsync/vsync */
907 u16 hsync; member in struct:generic_dtd_entry
intel_display.c 5658 I915_READ(HSYNC(cpu_transcoder)));
7935 /* Cantiga+ cannot handle modes with a hsync front porch of 0.
8636 I915_WRITE(HSYNC(cpu_transcoder),
8708 tmp = I915_READ(HSYNC(cpu_transcoder));
8767 mode->hsync = drm_mode_hsync(mode);
14173 * The scanline counter increments at the leading edge of hsync.
14178 * start of vblank, which also occurs at start of hsync (on the
17724 I915_WRITE(HSYNC(pipe), (656 - 1) | ((752 - 1) << 16));
18636 u32 hsync; member in struct:intel_display_error_state::intel_transcoder_error_state
18716 error->transcoder[i].hsync = I915_READ(HSYNC(cpu_transcoder))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 243 /* 3) Nominal HSync width (% of line period) - default 8 */
322 /* Fill in HSync values */
387 /* width of hsync as % of total line */
406 int hsync, hfront_porch, vodd_front_porch_lines; local in function:drm_gtf_mode_complex
511 hsync = H_SYNC_PERCENT * total_pixels / 100;
512 hsync = (hsync + GTF_CELL_GRAN / 2) / GTF_CELL_GRAN;
513 hsync = hsync * GTF_CELL_GRAN;
515 hfront_porch = hblank / 2 - hsync;
    [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");
2642 int hsync, hmin, hmax; local in function:mode_in_hsync_range
2650 hsync = drm_mode_hsync(mode);
2652 return (hsync <= hmax && hsync >= hmin);
5032 unsigned hsync = (timings->hsync[0] | (timings->hsync[1] & 0x7f) << 8) + 1 local in function:drm_mode_displayid_detailed
    [all...]
  /src/sys/sys/
videoio.h 2278 * @hsync: Horizontal Sync length in pixels
2313 u_int32_t hsync; member in struct:v4l2_bt_timings
2409 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)

Completed in 37 milliseconds