Searched refs:top_margin (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/gma500/ |
A D | psb_intel_sdvo.c | 179 u32 left_margin, right_margin, top_margin, bottom_margin; member 1659 if (psb_intel_sdvo_connector->top_margin == temp_value) in psb_intel_sdvo_set_property() 1662 psb_intel_sdvo_connector->top_margin = temp_value; in psb_intel_sdvo_set_property() 1665 psb_intel_sdvo_connector->top_margin; in psb_intel_sdvo_set_property() 1674 psb_intel_sdvo_connector->top_margin = temp_value; in psb_intel_sdvo_set_property() 1677 psb_intel_sdvo_connector->top_margin; in psb_intel_sdvo_set_property() 2280 psb_intel_sdvo_connector->top_margin = data_value[0] - response; in psb_intel_sdvo_create_enhance_property_tv() 2281 psb_intel_sdvo_connector->bottom_margin = psb_intel_sdvo_connector->top_margin; in psb_intel_sdvo_create_enhance_property_tv() 2289 psb_intel_sdvo_connector->top_margin); in psb_intel_sdvo_create_enhance_property_tv()
|
/linux/drivers/gpu/drm/ |
A D | drm_modes.c | 386 int top_margin, bottom_margin; in drm_gtf_mode_complex() local 430 top_margin = 0; in drm_gtf_mode_complex() 432 top_margin = (vdisplay_rnd * GTF_MARGIN_PERCENTAGE + 500) / in drm_gtf_mode_complex() 435 bottom_margin = top_margin; in drm_gtf_mode_complex() 446 tmp2 = (vdisplay_rnd + 2 * top_margin + GTF_MIN_V_PORCH) * in drm_gtf_mode_complex() 458 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + in drm_gtf_mode_complex()
|
/linux/Documentation/gpu/ |
A D | kms-properties.csv | 25 ,,"""top_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 46 ,,"""top_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_tv.c | 1067 int vdisplay, int top_margin, in intel_tv_scale_mode_vert() argument 1073 (mode->vdisplay - top_margin - bottom_margin); in intel_tv_scale_mode_vert()
|
Completed in 17 milliseconds