Home
last modified time | relevance | path

Searched refs:hsync_pulse_width (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/drm/
H A Ddrm_edid.c3485 …unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse… in drm_mode_detailed() local
3504 if (!hsync_pulse_width || !vsync_pulse_width) { in drm_mode_detailed()
3529 mode->hsync_end = mode->hsync_start + hsync_pulse_width; in drm_mode_detailed()