OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_sync_offset
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sdvo.c
836
u16 h_sync_offset,
v_sync_offset
;
local in function:intel_sdvo_get_dtd_from_mode
852
v_sync_offset
= mode->vsync_start - mode->vdisplay;
869
dtd->part2.v_sync_off_width = (
v_sync_offset
& 0xf) << 4 |
872
((h_sync_len & 0x300) >> 4) | ((
v_sync_offset
& 0x30) >> 2) |
883
dtd->part2.v_sync_off_high =
v_sync_offset
& 0xc0;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser2.c
899
info->lcd_timing.vertical_sync_offset = le16_to_cpu(lvds->lcd_timing.
v_sync_offset
);
/src/sys/external/bsd/drm2/dist/drm/amd/include/
atomfirmware.h
439
uint16_t
v_sync_offset
;
member in struct:atom_dtd_format
Completed in 18 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025