Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/gpu/
Dkms-properties.csv26 ,,"""bottom_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
47 ,,"""bottom_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
/Linux-v6.6/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c181 u32 left_margin, right_margin, top_margin, bottom_margin; member
1686 psb_intel_sdvo_connector->bottom_margin = temp_value; in psb_intel_sdvo_set_property()
1694 if (psb_intel_sdvo_connector->bottom_margin == temp_value) in psb_intel_sdvo_set_property()
1698 psb_intel_sdvo_connector->bottom_margin = temp_value; in psb_intel_sdvo_set_property()
2303 psb_intel_sdvo_connector->bottom_margin = psb_intel_sdvo_connector->top_margin; in psb_intel_sdvo_create_enhance_property_tv()
2320 psb_intel_sdvo_connector->bottom_margin); in psb_intel_sdvo_create_enhance_property_tv()
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_tv.c1071 int bottom_margin) in intel_tv_scale_mode_vert() argument
1073 int vsync_start = mode->vsync_start - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert()
1074 int vsync_end = mode->vsync_end - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert()
1076 (mode->vdisplay - top_margin - bottom_margin); in intel_tv_scale_mode_vert()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_modes.c866 int top_margin, bottom_margin; in drm_gtf_mode_complex() local
915 bottom_margin = top_margin; in drm_gtf_mode_complex()
938 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + in drm_gtf_mode_complex()
/Linux-v6.6/drivers/gpu/drm/rockchip/
Drockchip_drm_vop2.c1390 u32 top_margin = 100, bottom_margin = 100; in vop2_post_config() local
1392 u16 vsize = vdisplay * (top_margin + bottom_margin) / 200; in vop2_post_config()