OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vsync_offset_pulse_width_lo
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_edid.h
81
u8
vsync_offset_pulse_width_lo
;
member in struct:detailed_pixel_timing
/src/sys/external/bsd/drm2/dist/drm/
drm_edid.c
2551
unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->
vsync_offset_pulse_width_lo
>> 4;
2552
unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->
vsync_offset_pulse_width_lo
& 0xf);
Completed in 15 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025