Searched refs:bottom_margin (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/videomode/
H A Dvesagtf.c226 unsigned bottom_margin; local
301 top_margin = bottom_margin = (flags & VESAGTF_FLAG_MARGINS) ?
305 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin);
388 total_v_lines = v_lines + top_margin + bottom_margin + vsync_plus_bp +
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_modes.c321 int top_margin, bottom_margin; local
366 bottom_margin = top_margin;
389 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin +
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo.c186 u32 left_margin, right_margin, top_margin, bottom_margin; member in struct:intel_sdvo_connector
1957 intel_sdvo_connector->bottom_margin = temp_value;
1965 if (intel_sdvo_connector->bottom_margin == temp_value)
1969 intel_sdvo_connector->bottom_margin = temp_value;
2561 intel_sdvo_connector->bottom_margin = intel_sdvo_connector->top_margin;
2574 "bottom_margin", 0, data_value[0]);
2580 intel_sdvo_connector->bottom_margin);

Completed in 87 milliseconds