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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_bios.c88 dvo_timing->hsync_pulse_width;
134 if (a->hsync_pulse_width != b->hsync_pulse_width)
H A Dintel_bios.h364 u8 hsync_pulse_width; member in struct:lvds_dvo_timing
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c1621 unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse_width_lo; local
1638 if (!hsync_pulse_width || !vsync_pulse_width) {
1663 mode->hsync_end = mode->hsync_start + hsync_pulse_width;

Completed in 33 milliseconds