HomeSort by: relevance | last modified time | path
    Searched refs:vsync_offset_pulse_width_lo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_edid.h 81 u8 vsync_offset_pulse_width_lo; member in struct:detailed_pixel_timing
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 2551 unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_pulse_width_lo >> 4;
2552 unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf);

Completed in 15 milliseconds