Home
last modified time | relevance | path

Searched refs:h_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
827 h_sync_offset = mode->hsync_start - mode->hdisplay; in intel_sdvo_get_dtd_from_mode()
843 dtd->part2.h_sync_off = h_sync_offset & 0xff; in intel_sdvo_get_dtd_from_mode()
847 dtd->part2.sync_off_width_high = ((h_sync_offset & 0x300) >> 2) | in intel_sdvo_get_dtd_from_mode()
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h434 uint16_t h_sync_offset; member
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser2.c1047 le16_to_cpu(lvds->lcd_timing.h_sync_offset); in get_embedded_panel_info_v2_1()