Home
last modified time | relevance | path

Searched refs:overscan (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk1000_tve.c168 static void drm_rk1000_select_output(struct overscan *overscan, in drm_rk1000_select_output() argument
181 overscan->left_margin = max_scan; in drm_rk1000_select_output()
182 overscan->right_margin = max_scan; in drm_rk1000_select_output()
183 overscan->top_margin = max_scan; in drm_rk1000_select_output()
184 overscan->bottom_margin = max_scan; in drm_rk1000_select_output()
230 overscan->left_margin = min_scan; in drm_rk1000_select_output()
232 overscan->left_margin = scan->leftscale; in drm_rk1000_select_output()
235 overscan->right_margin = min_scan; in drm_rk1000_select_output()
237 overscan->right_margin = scan->rightscale; in drm_rk1000_select_output()
240 overscan->top_margin = min_scan; in drm_rk1000_select_output()
[all …]
H A Drockchip_dw_hdmi.c347 struct overscan *overscan, in drm_rk_selete_output() argument
369 overscan->left_margin = max_scan; in drm_rk_selete_output()
370 overscan->right_margin = max_scan; in drm_rk_selete_output()
371 overscan->top_margin = max_scan; in drm_rk_selete_output()
372 overscan->bottom_margin = max_scan; in drm_rk_selete_output()
467 overscan->left_margin = min_scan; in drm_rk_selete_output()
469 overscan->left_margin = scan->leftscale; in drm_rk_selete_output()
472 overscan->right_margin = min_scan; in drm_rk_selete_output()
474 overscan->right_margin = scan->rightscale; in drm_rk_selete_output()
477 overscan->top_margin = min_scan; in drm_rk_selete_output()
[all …]
H A Drockchip_dw_hdmi_qp.c907 struct overscan *overscan, in dw_hdmi_qp_selete_output() argument
931 overscan->left_margin = max_scan; in dw_hdmi_qp_selete_output()
932 overscan->right_margin = max_scan; in dw_hdmi_qp_selete_output()
933 overscan->top_margin = max_scan; in dw_hdmi_qp_selete_output()
934 overscan->bottom_margin = max_scan; in dw_hdmi_qp_selete_output()
1020 overscan->left_margin = min_scan; in dw_hdmi_qp_selete_output()
1022 overscan->left_margin = scan->leftscale; in dw_hdmi_qp_selete_output()
1025 overscan->right_margin = min_scan; in dw_hdmi_qp_selete_output()
1027 overscan->right_margin = scan->rightscale; in dw_hdmi_qp_selete_output()
1030 overscan->top_margin = min_scan; in dw_hdmi_qp_selete_output()
[all …]
H A Drockchip_tve.c655 struct overscan *overscan = &conn_state->overscan; in tve_select_output() local
737 overscan->left_margin = min_scan; in tve_select_output()
739 overscan->left_margin = scan->leftscale; in tve_select_output()
742 overscan->right_margin = min_scan; in tve_select_output()
744 overscan->right_margin = scan->rightscale; in tve_select_output()
747 overscan->top_margin = min_scan; in tve_select_output()
749 overscan->top_margin = scan->topscale; in tve_select_output()
752 overscan->bottom_margin = min_scan; in tve_select_output()
754 overscan->bottom_margin = scan->bottomscale; in tve_select_output()
H A Drockchip_display.h204 struct overscan { struct
216 struct overscan overscan; argument
H A Drockchip_vop.c174 …u16 hsize = hdisplay * (conn_state->overscan.left_margin + conn_state->overscan.right_margin) / 20… in vop_post_config()
175 …u16 vsize = vdisplay * (conn_state->overscan.top_margin + conn_state->overscan.bottom_margin) / 20… in vop_post_config()
182 hact_st += hdisplay * (100 - conn_state->overscan.left_margin) / 200; in vop_post_config()
188 vact_st += vdisplay * (100 - conn_state->overscan.top_margin) / 200; in vop_post_config()
H A Drockchip_display.c1858 s->conn_state.overscan.left_margin = 100; in rockchip_display_probe()
1859 s->conn_state.overscan.right_margin = 100; in rockchip_display_probe()
1860 s->conn_state.overscan.top_margin = 100; in rockchip_display_probe()
1861 s->conn_state.overscan.bottom_margin = 100; in rockchip_display_probe()
2060 FDT_SET_U32("overscan,left_margin", s->conn_state.overscan.left_margin); in rockchip_display_fixup()
2061 FDT_SET_U32("overscan,right_margin", s->conn_state.overscan.right_margin); in rockchip_display_fixup()
2062 FDT_SET_U32("overscan,top_margin", s->conn_state.overscan.top_margin); in rockchip_display_fixup()
2063 FDT_SET_U32("overscan,bottom_margin", s->conn_state.overscan.bottom_margin); in rockchip_display_fixup()
H A Ddw_hdmi_qp.c1274 struct overscan *overscan = &conn_state->overscan; in _rockchip_dw_hdmi_qp_get_timing() local
1309 overscan, hdmi->dev_type, in _rockchip_dw_hdmi_qp_get_timing()
H A Ddw_hdmi_qp.h938 struct overscan *overscan,
H A Ddw_hdmi.h1411 struct overscan *overscan,
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.c101 int overscan; member
290 pColPriv->overscan = -1; in CMapAllocateColormapPrivate()
548 pScrn->SetOverscan(pScrn, cmapPriv->overscan); in CMapReinstallMap()
701 int overscan, tmpOverscan; in CMapSetOverscan() local
704 overscan = pColPriv->overscan; in CMapSetOverscan()
723 overscan = 0; in CMapSetOverscan()
734 if (overscan < 0 || overscan > pScreenPriv->maxColors - 1) { in CMapSetOverscan()
742 if (index == overscan) { in CMapSetOverscan()
751 if (overscan < 0 || overscan > pScreenPriv->maxColors - 1) in CMapSetOverscan()
754 tmpOverscan = overscan; in CMapSetOverscan()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/
H A Dmsg.c38 struct bcm2835_mbox_tag_overscan overscan; member
132 BCM2835_MBOX_INIT_TAG(&msg_setup->overscan, SET_OVERSCAN); in bcm2835_set_video_params()
133 msg_setup->overscan.body.req.top = 0; in bcm2835_set_video_params()
134 msg_setup->overscan.body.req.bottom = 0; in bcm2835_set_video_params()
135 msg_setup->overscan.body.req.left = 0; in bcm2835_set_video_params()
136 msg_setup->overscan.body.req.right = 0; in bcm2835_set_video_params()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c323 int32_t overscan = calc_overscan(tv_enc->overscan); in tv_setup_filter() local
328 do_div(rs[0], overscan * tv_norm->tv_enc_mode.hdisplay); in tv_setup_filter()
329 do_div(rs[1], overscan * tv_norm->tv_enc_mode.vdisplay); in tv_setup_filter()
532 regs->ptv_208 = 0x40 | (calc_overscan(tv_enc->overscan) << 8); in nv17_tv_update_rescaler()
551 int overscan, hmargin, vmargin, hratio, vratio; in nv17_ctv_update_rescaler() local
555 overscan = 100; in nv17_ctv_update_rescaler()
557 overscan = tv_enc->overscan; in nv17_ctv_update_rescaler()
563 hmargin, overscan); in nv17_ctv_update_rescaler()
565 vmargin, overscan); in nv17_ctv_update_rescaler()
H A Dtvnv17.h76 int overscan; member
H A Dtvnv17.c678 tv_enc->overscan); in nv17_tv_create_resources()
695 tv_enc->overscan = val; in nv17_tv_set_property()
797 tv_enc->overscan = 50; in nv17_tv_create()
/OK3568_Linux_fs/buildroot/board/raspberrypi/
H A Dconfig_default.txt15 # Disable overscan assuming the display supports displaying the full resolution
H A Dconfig_cm4io.txt15 # Disable overscan assuming the display supports displaying the full resolution
H A Dconfig_3_qt5we.txt15 # Disable overscan assuming the display supports displaying the full resolution
H A Dconfig_cm4io_64bit.txt15 # Disable overscan assuming the display supports displaying the full resolution
H A Dconfig_3.txt15 # Disable overscan assuming the display supports displaying the full resolution
H A Dconfig_4.txt15 # Disable overscan assuming the display supports displaying the full resolution
H A Dconfig_0w.txt15 # Disable overscan assuming the display supports displaying the full resolution
H A Dconfig_3_64bit.txt15 # Disable overscan assuming the display supports displaying the full resolution
H A Dconfig_4_64bit.txt15 # Disable overscan assuming the display supports displaying the full resolution
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.video71 - overscan_x/overscan_y=<int> - Set x/y overscan value

12