Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_edid.h69 u8 hsync_pulse_width_lo; member
H A Ddrm_edid.c911 …hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse_width_lo; in drm_mode_detailed()