Searched refs:vsync_offset_pulse_width_lo (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_edid.h81 u8 vsync_offset_pulse_width_lo; member in struct:detailed_pixel_timing
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c1622 unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) >> 2 | pt->vsync_offset_pulse_width_lo >> 4;
1623 unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf);

Completed in 33 milliseconds