Searched refs:bottom_margin (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/Documentation/gpu/ |
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
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_tv.c | 1067 int bottom_margin) in intel_tv_scale_mode_vert() argument 1069 int vsync_start = mode->vsync_start - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert() 1070 int vsync_end = mode->vsync_end - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert() 1072 (mode->vdisplay - top_margin - bottom_margin); in intel_tv_scale_mode_vert()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
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()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 24186 + int bottom_margin; 29572 + u16 vsize = vdisplay * (s->top_margin + s->bottom_margin) / 200; 30012 + s->bottom_margin = 100; 30075 + *val = s->bottom_margin; 30126 + s->bottom_margin = val;
|