Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.h118 short vsync_pulse_width; /* vertical sync pulse width */ member
H A Dpxa2x0_lcd.c137 | (info->vsync_pulse_width<<10) in pxa2x0_lcd_geometry()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_edid.c2552 …unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offse… in drm_mode_detailed() local
2567 if (!hsync_pulse_width || !vsync_pulse_width) { in drm_mode_detailed()
2597 mode->vsync_end = mode->vsync_start + vsync_pulse_width; in drm_mode_detailed()