v_sync_offset     887 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 	info->lcd_timing.vertical_sync_offset = le16_to_cpu(lvds->lcd_timing.v_sync_offset);
v_sync_offset     437 drivers/gpu/drm/amd/include/atomfirmware.h   uint16_t  v_sync_offset;
v_sync_offset     733 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	uint16_t h_sync_offset, v_sync_offset;
v_sync_offset     746 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	v_sync_offset = mode->crtc_vsync_start - mode->crtc_vblank_start;
v_sync_offset     760 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 |
v_sync_offset     763 drivers/gpu/drm/gma500/psb_intel_sdvo.c 		((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) |
v_sync_offset     773 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	dtd->part2.v_sync_off_high = v_sync_offset & 0xc0;
v_sync_offset     831 drivers/gpu/drm/i915/display/intel_sdvo.c 	u16 h_sync_offset, v_sync_offset;
v_sync_offset     847 drivers/gpu/drm/i915/display/intel_sdvo.c 	v_sync_offset = mode->vsync_start - mode->vdisplay;
v_sync_offset     864 drivers/gpu/drm/i915/display/intel_sdvo.c 	dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 |
v_sync_offset     867 drivers/gpu/drm/i915/display/intel_sdvo.c 		((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) |
v_sync_offset     878 drivers/gpu/drm/i915/display/intel_sdvo.c 	dtd->part2.v_sync_off_high = v_sync_offset & 0xc0;