Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/videomode/
HDvesagtf.c236 unsigned left_margin; in vesagtf_mode_params() local
465 left_margin = right_margin = (flags & VESAGTF_FLAG_MARGINS) ? in vesagtf_mode_params()
469 print_value(15, "[LEFT MARGIN (PIXELS)]", left_margin); in vesagtf_mode_params()
480 total_active_pixels = h_pixels + left_margin + right_margin; in vesagtf_mode_params()
/freebsd-11-stable/sys/dev/drm2/
HDdrm_modes.c327 int left_margin, right_margin; in drm_gtf_mode_complex() local
405 left_margin = (hdisplay_rnd * GTF_MARGIN_PERCENTAGE + 500) / in drm_gtf_mode_complex()
408 left_margin = 0; in drm_gtf_mode_complex()
411 right_margin = left_margin; in drm_gtf_mode_complex()
413 total_active_pixels = hdisplay_rnd + left_margin + right_margin; in drm_gtf_mode_complex()
/freebsd-11-stable/sys/gnu/dts/arm/
HDatlas6-evb.dts66 left_margin = <20>;
/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_sdvo.c186 u32 left_margin, right_margin, top_margin, bottom_margin; member
1929 if (intel_sdvo_connector->left_margin == temp_value) in intel_sdvo_set_property()
1932 intel_sdvo_connector->left_margin = temp_value; in intel_sdvo_set_property()
1935 intel_sdvo_connector->left_margin; in intel_sdvo_set_property()
1944 intel_sdvo_connector->left_margin = temp_value; in intel_sdvo_set_property()
1947 intel_sdvo_connector->left_margin; in intel_sdvo_set_property()
2524 intel_sdvo_connector->left_margin = data_value[0] - response; in intel_sdvo_create_enhance_property_tv()
2525 intel_sdvo_connector->right_margin = intel_sdvo_connector->left_margin; in intel_sdvo_create_enhance_property_tv()
2533 intel_sdvo_connector->left_margin); in intel_sdvo_create_enhance_property_tv()
/freebsd-11-stable/contrib/subversion/subversion/svn/
HDconflict-callbacks.c625 int left_margin = svn_utf_cstring_utf8_width(result); in prompt_string() local
626 const char *line_sep = apr_psprintf(pool, "\n%*s", left_margin, ""); in prompt_string()
627 int this_line_len = left_margin; in prompt_string()
662 this_line_len = left_margin; in prompt_string()