Home
last modified time | relevance | path

Searched refs:h_sync_off (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dprint_edid.c336 t->h_active, t->h_sync_off + t->h_active, in print_detailed_timings()
337 t->h_sync_off + t->h_sync_width + t->h_active, in print_detailed_timings()
H A Dedid.h454 int h_sync_off; member
H A Dinterpret_edid.c724 r->h_sync_off = H_SYNC_OFF; in get_detailed_timing_section()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_sdvo_regs.h88 u8 h_sync_off; /* lower 8 bits, from hblank start */ member
H A Dintel_sdvo.c862 dtd->part2.h_sync_off = h_sync_offset & 0xff; in intel_sdvo_get_dtd_from_mode()
888 mode.hsync_start = mode.hdisplay + dtd->part2.h_sync_off; in intel_sdvo_get_mode_from_dtd()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h77 u8 h_sync_off; /**< lower 8 bits, from hblank start */ member
H A Dpsb_intel_sdvo.c760 dtd->part2.h_sync_off = h_sync_offset & 0xff; in psb_intel_sdvo_get_dtd_from_mode()
784 mode->hsync_start = mode->hdisplay + dtd->part2.h_sync_off; in psb_intel_sdvo_get_mode_from_dtd()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86EdidModes.c611 Mode->HSyncStart = timing->h_active + timing->h_sync_off; in DDCModeFromDetailedTiming()