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

/freebsd-13-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-13-stable/sys/sys/
H A Dfbio.h306 u_long hsync; /* horizontal sync in pixels */ member in struct:mon_info
/freebsd-13-stable/sys/contrib/v4l/
H A Dvideodev2.h805 __u32 hsync; /* Horizontal Sync length in pixels */ member in struct:v4l2_bt_timings

Completed in 127 milliseconds