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

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_sdvo.c831 u16 h_sync_offset, v_sync_offset; local
847 v_sync_offset = mode->vsync_start - mode->vdisplay;
864 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 |
867 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) |
878 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/bios/
H A Dbios_parser2.c1472 info->lcd_timing.vertical_sync_offset = le16_to_cpu(lvds->lcd_timing.v_sync_offset);
/openbsd-current/sys/dev/pci/drm/amd/include/
H A Datomfirmware.h444 uint16_t v_sync_offset; member in struct:atom_dtd_format

Completed in 226 milliseconds