Searched refs:vsync_pulse_width (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dintel_bios.c176 dvo_timing->vsync_pulse_width; fill_detail_timing_data()
H A Dintel_bios.h317 u8 vsync_pulse_width:4; member in struct:lvds_dvo_timing
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_bios.h369 u8 vsync_pulse_width:4; member in struct:lvds_dvo_timing
H A Dintel_bios.c104 dvo_timing->vsync_pulse_width; fill_detail_timing_data()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_edid.c1881 unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf); drm_mode_detailed() local
1896 if (!hsync_pulse_width || !vsync_pulse_width) { drm_mode_detailed()
1926 mode->vsync_end = mode->vsync_start + vsync_pulse_width; drm_mode_detailed()

Completed in 208 milliseconds