Searched refs:hsync (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_modes.c312 /* width of hsync as % of total line */
330 int hsync, hfront_porch, vodd_front_porch_lines; local
432 hsync = H_SYNC_PERCENT * total_pixels / 100;
433 hsync = (hsync + GTF_CELL_GRAN / 2) / GTF_CELL_GRAN;
434 hsync = hsync * GTF_CELL_GRAN;
436 hfront_porch = hblank / 2 - hsync;
443 drm_mode->hsync_end = drm_mode->hsync_start + hsync;
588 /** drm_mode_hsync - get the hsync o
[all...]
H A Ddrm_edid.c70 /* use +hsync +vsync for detailed mode */
929 /* it is incorrect if hsync/vsync width is zero */
1005 int hsync, hmin, hmax; local
1013 hsync = drm_mode_hsync(mode);
1015 return (hsync <= hmax && hsync >= hmin);
H A Ddrm_crtc.h72 MODE_HSYNC, /* hsync out of range */
175 int hsync; /* in kHz */ member in struct:drm_display_mode
/freebsd-12-stable/sys/sys/
H A Dfbio.h306 u_long hsync; /* horizontal sync in pixels */ member in struct:mon_info
/freebsd-12-stable/sys/contrib/v4l/
H A Dvideodev2.h805 __u32 hsync; /* Horizontal Sync length in pixels */ member in struct:v4l2_bt_timings
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_display.c3956 * with a hsync front porch of 0.
6923 int hsync = I915_READ(HSYNC(cpu_transcoder)); local
6934 mode->hsync_start = (hsync & 0xffff) + 1;
6935 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
9472 u32 hsync; member in struct:intel_display_error_state::intel_pipe_error_state
9522 error->pipe[i].hsync = I915_READ(HSYNC(cpu_transcoder));
9546 seq_printf(m, " HSYNC: %08x\n", error->pipe[i].hsync);

Completed in 201 milliseconds