Home
last modified time | relevance | path

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

/trueos/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()
/trueos/sys/gnu/dts/arm/
HDatlas6-evb.dts66 left_margin = <20>;
/trueos/sys/dev/drm2/i915/
HDintel_sdvo.c186 u32 left_margin, right_margin, top_margin, bottom_margin; member
1754 if (intel_sdvo_connector->left_margin == temp_value) in intel_sdvo_set_property()
1757 intel_sdvo_connector->left_margin = temp_value; in intel_sdvo_set_property()
1760 intel_sdvo_connector->left_margin; in intel_sdvo_set_property()
1769 intel_sdvo_connector->left_margin = temp_value; in intel_sdvo_set_property()
1772 intel_sdvo_connector->left_margin; in intel_sdvo_set_property()
2340 intel_sdvo_connector->left_margin = data_value[0] - response; in intel_sdvo_create_enhance_property_tv()
2341 intel_sdvo_connector->right_margin = intel_sdvo_connector->left_margin; in intel_sdvo_create_enhance_property_tv()
2349 intel_sdvo_connector->left_margin); in intel_sdvo_create_enhance_property_tv()
/trueos/contrib/subversion/subversion/svn/
HDconflict-callbacks.c633 int left_margin = svn_utf_cstring_utf8_width(result); in prompt_string() local
634 const char *line_sep = apr_psprintf(pool, "\n%*s", left_margin, ""); in prompt_string()
635 int this_line_len = left_margin; in prompt_string()
666 this_line_len = left_margin; in prompt_string()