h_sync_offset     885 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 	info->lcd_timing.horizontal_sync_offset = le16_to_cpu(lvds->lcd_timing.h_sync_offset);
h_sync_offset     435 drivers/gpu/drm/amd/include/atomfirmware.h   uint16_t  h_sync_offset;
h_sync_offset     733 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	uint16_t h_sync_offset, v_sync_offset;
h_sync_offset     745 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	h_sync_offset = mode->crtc_hsync_start - mode->crtc_hblank_start;
h_sync_offset     758 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	dtd->part2.h_sync_off = h_sync_offset & 0xff;
h_sync_offset     762 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	dtd->part2.sync_off_width_high = ((h_sync_offset & 0x300) >> 2) |
h_sync_offset     831 drivers/gpu/drm/i915/display/intel_sdvo.c 	u16 h_sync_offset, v_sync_offset;
h_sync_offset     846 drivers/gpu/drm/i915/display/intel_sdvo.c 	h_sync_offset = mode->hsync_start - mode->hdisplay;
h_sync_offset     862 drivers/gpu/drm/i915/display/intel_sdvo.c 	dtd->part2.h_sync_off = h_sync_offset & 0xff;
h_sync_offset     866 drivers/gpu/drm/i915/display/intel_sdvo.c 	dtd->part2.sync_off_width_high = ((h_sync_offset & 0x300) >> 2) |