| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rk1000_tve.c | 168 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 D | rockchip_dw_hdmi.c | 347 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 D | rockchip_dw_hdmi_qp.c | 907 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 D | rockchip_tve.c | 655 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 D | rockchip_display.h | 204 struct overscan { struct 216 struct overscan overscan; argument
|
| H A D | rockchip_vop.c | 174 …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 D | rockchip_display.c | 1858 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 D | dw_hdmi_qp.c | 1274 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 D | dw_hdmi_qp.h | 938 struct overscan *overscan,
|
| H A D | dw_hdmi.h | 1411 struct overscan *overscan,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86cmap.c | 101 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 D | msg.c | 38 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 D | tvmodesnv17.c | 323 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 D | tvnv17.h | 76 int overscan; member
|
| H A D | tvnv17.c | 678 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 D | config_default.txt | 15 # Disable overscan assuming the display supports displaying the full resolution
|
| H A D | config_cm4io.txt | 15 # Disable overscan assuming the display supports displaying the full resolution
|
| H A D | config_3_qt5we.txt | 15 # Disable overscan assuming the display supports displaying the full resolution
|
| H A D | config_cm4io_64bit.txt | 15 # Disable overscan assuming the display supports displaying the full resolution
|
| H A D | config_3.txt | 15 # Disable overscan assuming the display supports displaying the full resolution
|
| H A D | config_4.txt | 15 # Disable overscan assuming the display supports displaying the full resolution
|
| H A D | config_0w.txt | 15 # Disable overscan assuming the display supports displaying the full resolution
|
| H A D | config_3_64bit.txt | 15 # Disable overscan assuming the display supports displaying the full resolution
|
| H A D | config_4_64bit.txt | 15 # Disable overscan assuming the display supports displaying the full resolution
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.video | 71 - overscan_x/overscan_y=<int> - Set x/y overscan value
|