OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vbilines
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_modes.c
306
int
vbilines
;
local in function:drm_cvt_mode
314
vbilines
= CVT_RB_MIN_VBLANK * HV_FACTOR / hperiod + 1;
316
if (
vbilines
< (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH))
317
vbilines
= CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH;
319
drm_mode->vtotal = vdisplay_rnd + 2 * vmargin +
vbilines
;
/src/sys/dev/pci/bktr/
bktr_core.c
2760
unsigned int
vbilines
; /* VBI lines per field */
local in function:rgb_vbi_prog
2764
vbilines
= format_params[bktr->format_params].vbi_num_lines;
2819
for(i = 0; i <
vbilines
; i++) {
2870
for(i = 0; i <
vbilines
; i++) {
Completed in 88 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025