OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sync_pos
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c
253
u32 border,
sync_pos
, blank_width, sync_width;
local
258
sync_pos
= (blank_width - sync_width + 1) / 2;
267
adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start +
sync_pos
;
275
u32 border,
sync_pos
, blank_width, sync_width;
local
280
sync_pos
= (blank_width - sync_width + 1) / 2;
288
adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vblank_start +
sync_pos
;
intel_panel.c
253
u32 border,
sync_pos
, blank_width, sync_width;
local
258
sync_pos
= (blank_width - sync_width + 1) / 2;
267
adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start +
sync_pos
;
275
u32 border,
sync_pos
, blank_width, sync_width;
local
280
sync_pos
= (blank_width - sync_width + 1) / 2;
288
adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vblank_start +
sync_pos
;
Completed in 30 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026