Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_edid.h78 u8 vsync_offset_pulse_width_lo; member
/dragonfly/sys/dev/drm/
H A Ddrm_edid.c2211 …offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_pulse_width_lo >> 4; in drm_mode_detailed()
2212 …dth = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf); in drm_mode_detailed()