Home
last modified time | relevance | path

Searched refs:left_margin (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/dev/videomode/
HDvesagtf.c230 unsigned left_margin; in vesagtf_mode_params() local
459 left_margin = right_margin = (flags & VESAGTF_FLAG_MARGINS) ? in vesagtf_mode_params()
463 print_value(15, "[LEFT MARGIN (PIXELS)]", left_margin); in vesagtf_mode_params()
474 total_active_pixels = h_pixels + left_margin + right_margin; in vesagtf_mode_params()
/freebsd-14-stable/sys/dev/drm2/
HDdrm_modes.c322 int left_margin, right_margin; in drm_gtf_mode_complex() local
387 left_margin = (hdisplay_rnd * GTF_MARGIN_PERCENTAGE + 500) / in drm_gtf_mode_complex()
390 left_margin = 0; in drm_gtf_mode_complex()
393 right_margin = left_margin; in drm_gtf_mode_complex()
395 total_active_pixels = hdisplay_rnd + left_margin + right_margin; in drm_gtf_mode_complex()
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDatlas6-evb.dts66 left_margin = <20>;