Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_edid.h83 u8 hsync_pulse_width_lo; member
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_vbt_defs.h66 u8 hsync_pulse_width_lo; member
Dintel_bios.c540 dvo_timing->hsync_pulse_width_lo); in fill_detail_timing_data()
/openbsd/src/sys/dev/pci/drm/
Ddrm_edid.c3532 …hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse_width_lo; in drm_mode_detailed()