Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_bios.c87 dvo_timing->hsync_pulse_width; in fill_detail_timing_data()
133 if (a->hsync_pulse_width != b->hsync_pulse_width) in lvds_dvo_timing_equal_size()
H A Dintel_bios.h312 u8 hsync_pulse_width; member
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_edid.c913 …unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse… in drm_mode_detailed() local
930 if (!hsync_pulse_width || !vsync_pulse_width) { in drm_mode_detailed()
955 mode->hsync_end = mode->hsync_start + hsync_pulse_width; in drm_mode_detailed()