Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_edid.c913 …unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offse… in drm_mode_detailed() local
928 if (!hsync_pulse_width || !vsync_pulse_width) { in drm_mode_detailed()
958 mode->vsync_end = mode->vsync_start + vsync_pulse_width; in drm_mode_detailed()