Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_sdvo.c812 uint16_t h_sync_offset, v_sync_offset; in intel_sdvo_get_dtd_from_mode() local
828 v_sync_offset = mode->vsync_start - mode->vdisplay; in intel_sdvo_get_dtd_from_mode()
845 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in intel_sdvo_get_dtd_from_mode()
848 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) | in intel_sdvo_get_dtd_from_mode()
859 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0; in intel_sdvo_get_dtd_from_mode()
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h436 uint16_t v_sync_offset; member
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser2.c1051 le16_to_cpu(lvds->lcd_timing.v_sync_offset); in get_embedded_panel_info_v2_1()