Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86gtf.c109 float bottom_margin; in xf86GTFMode() local
178 bottom_margin = in xf86GTFMode()
223 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp + in xf86GTFMode()
/OK3568_Linux_fs/external/xserver/hw/xfree86/utils/gtf/
H A Dgtf.c274 float bottom_margin; in vert_refresh() local
353 bottom_margin = in vert_refresh()
356 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); in vert_refresh()
407 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp + in vert_refresh()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk1000_tve.c184 overscan->bottom_margin = max_scan; in drm_rk1000_select_output()
245 overscan->bottom_margin = min_scan; in drm_rk1000_select_output()
247 overscan->bottom_margin = scan->bottomscale; in drm_rk1000_select_output()
H A Drockchip_dw_hdmi.c372 overscan->bottom_margin = max_scan; in drm_rk_selete_output()
482 overscan->bottom_margin = min_scan; in drm_rk_selete_output()
484 overscan->bottom_margin = scan->bottomscale; in drm_rk_selete_output()
H A Drockchip_dw_hdmi_qp.c934 overscan->bottom_margin = max_scan; in dw_hdmi_qp_selete_output()
1035 overscan->bottom_margin = min_scan; in dw_hdmi_qp_selete_output()
1037 overscan->bottom_margin = scan->bottomscale; in dw_hdmi_qp_selete_output()
H A Drockchip_display.h208 int bottom_margin; member
H A Drockchip_tve.c752 overscan->bottom_margin = min_scan; in tve_select_output()
754 overscan->bottom_margin = scan->bottomscale; in tve_select_output()
H A Drockchip_display.c1861 s->conn_state.overscan.bottom_margin = 100; in rockchip_display_probe()
2063 FDT_SET_U32("overscan,bottom_margin", s->conn_state.overscan.bottom_margin); in rockchip_display_fixup()
H A Drockchip_vop.c175 …u16 vsize = vdisplay * (conn_state->overscan.top_margin + conn_state->overscan.bottom_margin) / 20… in vop_post_config()
H A Drockchip_vop2.c1952 conn_state->overscan.bottom_margin) / 200; in vop2_post_config()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.h31 int bottom_margin; member
H A Drockchip_drm_logo.c514 set->bottom_margin = val; in of_parse_display_resource()
898 s->bottom_margin = set->bottom_margin; in update_state()
H A Drockchip_drm_drv.h254 int bottom_margin; member
H A Drockchip_drm_vop.c3722 u16 vsize = vdisplay * (s->top_margin + s->bottom_margin) / 200; in vop_post_config()
4109 s->bottom_margin = 100; in vop_crtc_reset()
4229 *val = s->bottom_margin; in vop_crtc_atomic_get_property()
4280 s->bottom_margin = val; in vop_crtc_atomic_set_property()
H A Drockchip_drm_vop2.c6924 u16 vsize = vdisplay * (vcstate->top_margin + vcstate->bottom_margin) / 200; in vop2_post_config()
10122 vcstate->bottom_margin = 100; in vop2_crtc_reset()
10259 *val = vcstate->bottom_margin; in vop2_crtc_atomic_get_property()
10382 vcstate->bottom_margin = val; in vop2_crtc_atomic_set_property()
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dkms-properties.csv26 ,,"""bottom_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
47 ,,"""bottom_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c179 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_tv.c1067 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modes.c386 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()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c4321 int top_margin, bottom_margin; in drm_gtf_mode_complex() local
4365 bottom_margin = top_margin; in drm_gtf_mode_complex()
4389 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + in drm_gtf_mode_complex()