Searched refs:hsync (Results 1 – 11 of 11) sorted by relevance
/openbsd/sys/dev/videomode/ |
H A D | modelines | 19 # 640x350 @ 85Hz (VESA) hsync: 37.9kHz 22 # 640x400 @ 85Hz (VESA) hsync: 37.9kHz 28 # 720x400 @ 85Hz (VESA) hsync: 37.9kHz 37 # 640x480 @ 72Hz (VESA) hsync: 37.9kHz 40 # 640x480 @ 75Hz (VESA) hsync: 37.5kHz 43 # 640x480 @ 85Hz (VESA) hsync: 43.3kHz 46 # 800x600 @ 56Hz (VESA) hsync: 35.2kHz 49 # 800x600 @ 60Hz (VESA) hsync: 37.9kHz 52 # 800x600 @ 72Hz (VESA) hsync: 48.1kHz 55 # 800x600 @ 75Hz (VESA) hsync: 46.9kHz [all …]
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | vlv_dsi.c | 1019 u16 hactive, hfp, hsync, hbp, vfp, vsync; in bxt_dsi_get_pipe_config() local 1064 hsync = intel_de_read(dev_priv, MIPI_HSYNC_PADDING_COUNT(port)); in bxt_dsi_get_pipe_config() 1070 hsync = pixels_from_txbyteclkhs(hsync, bpp, lane_count, in bxt_dsi_get_pipe_config() 1077 hsync *= 2; in bxt_dsi_get_pipe_config() 1085 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config() 1087 adjusted_mode->crtc_hsync_end = hsync + adjusted_mode->crtc_hsync_start; in bxt_dsi_get_pipe_config() 1219 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local 1223 hsync = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in set_dsi_timings() 1231 hsync /= 2; in set_dsi_timings() 1243 hsync = txbyteclkhs(hsync, bpp, lane_count, in set_dsi_timings() [all …]
|
H A D | intel_vbt_defs.h | 1041 u16 hsync; member
|
H A D | intel_bios.c | 969 panel_fixed_mode->hsync_start + dtd->hsync; in parse_generic_dtd()
|
/openbsd/sys/dev/ic/ |
H A D | monitors.h | 41 u_int16_t hsync; /* Horizontal Sync */ member
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_displayid.h | 118 u8 hsync[2]; member
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_modes.c | 876 int hsync, hfront_porch, vodd_front_porch_lines; in drm_gtf_mode_complex() local 981 hsync = H_SYNC_PERCENT * total_pixels / 100; in drm_gtf_mode_complex() 982 hsync = (hsync + GTF_CELL_GRAN / 2) / GTF_CELL_GRAN; in drm_gtf_mode_complex() 983 hsync = hsync * GTF_CELL_GRAN; in drm_gtf_mode_complex() 985 hfront_porch = hblank / 2 - hsync; in drm_gtf_mode_complex() 992 drm_mode->hsync_end = drm_mode->hsync_start + hsync; in drm_gtf_mode_complex()
|
H A D | drm_edid.c | 3586 int hsync, hmin, hmax; in mode_in_hsync_range() local 3594 hsync = drm_mode_hsync(mode); in mode_in_hsync_range() 3596 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range() 6678 unsigned hsync = (timings->hsync[0] | (timings->hsync[1] & 0x7f) << 8) + 1; in drm_mode_displayid_detailed() local 6684 bool hsync_positive = (timings->hsync[1] >> 7) & 0x1; in drm_mode_displayid_detailed() 6694 mode->hsync_start = mode->hdisplay + hsync; in drm_mode_displayid_detailed()
|
/openbsd/sys/dev/pci/ |
H A D | tga.c | 1650 ((m->hsync / 4) << 14) | 1656 ((m->hsync / 4) << 14) |
|
/openbsd/sys/arch/armv7/omap/ |
H A D | omdisplay.c | 935 hsync = geom->width*den/nom + geom->horiz_sync_width + in omdisplay_initialize()
|
/openbsd/sys/sys/ |
H A D | videoio.h | 5060 u_int32_t hsync; member 5163 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
|