Searched refs:overscan_y (Results 1 – 2 of 2) sorted by relevance
1191 int i, overscan_offset, overscan_x, overscan_y; local1206 overscan_y = video_get_option_int(options, "overscan_y", -1);1286 if (overscan_y == -1)1287 overscan_y = sunxi_is_composite() ? 20 : 0;1291 overscan_offset = (overscan_y * mode->xres + overscan_x) * 4;1308 overscan_x, overscan_y);1332 graphic_device->winSizeY = mode->yres - 2 * overscan_y;
71 - overscan_x/overscan_y=<int> - Set x/y overscan value74 overscan_y=20 for composite monitors, 0 for other monitors.