Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_edid.h79 u8 hsync_pulse_width_lo; member
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_vbt_defs.h658 u8 hsync_pulse_width_lo; member
H A Dintel_bios.c533 dvo_timing->hsync_pulse_width_lo); in fill_detail_timing_data()
/openbsd/sys/dev/pci/drm/
H A Ddrm_edid.c3485 …hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse_width_lo; in drm_mode_detailed()