Searched refs:bottom_margin (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/gpu/ |
A D | kms-properties.csv | 26 ,,"""bottom_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 47 ,,"""bottom_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
|
/linux/drivers/gpu/drm/gma500/ |
A D | psb_intel_sdvo.c | 179 u32 left_margin, right_margin, top_margin, bottom_margin; member 1663 psb_intel_sdvo_connector->bottom_margin = temp_value; in psb_intel_sdvo_set_property() 1671 if (psb_intel_sdvo_connector->bottom_margin == temp_value) in psb_intel_sdvo_set_property() 1675 psb_intel_sdvo_connector->bottom_margin = temp_value; in psb_intel_sdvo_set_property() 2281 psb_intel_sdvo_connector->bottom_margin = psb_intel_sdvo_connector->top_margin; in psb_intel_sdvo_create_enhance_property_tv() 2298 psb_intel_sdvo_connector->bottom_margin); in psb_intel_sdvo_create_enhance_property_tv()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_tv.c | 1068 int bottom_margin) in intel_tv_scale_mode_vert() argument 1070 int vsync_start = mode->vsync_start - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert() 1071 int vsync_end = mode->vsync_end - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert() 1073 (mode->vdisplay - top_margin - bottom_margin); in intel_tv_scale_mode_vert()
|
/linux/drivers/gpu/drm/ |
A D | drm_modes.c | 386 int top_margin, bottom_margin; in drm_gtf_mode_complex() local 435 bottom_margin = top_margin; in drm_gtf_mode_complex() 458 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + in drm_gtf_mode_complex()
|
Completed in 15 milliseconds