Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_edid.c2212 …unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offse… in drm_mode_detailed() local
2227 if (!hsync_pulse_width || !vsync_pulse_width) { in drm_mode_detailed()
2257 mode->vsync_end = mode->vsync_start + vsync_pulse_width; in drm_mode_detailed()