OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v_sync_offset
(Results
1 - 2
of
2
) 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/include/
atomfirmware.h
439
uint16_t
v_sync_offset
;
member in struct:atom_dtd_format
Completed in 18 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025