Home
last modified time | relevance | path

Searched refs:overscan_x (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/video/sunxi/
Dsunxi_display.c1087 int i, overscan_offset, overscan_x, overscan_y; local
1101 overscan_x = video_get_option_int(options, "overscan_x", -1);
1180 if (overscan_x == -1)
1181 overscan_x = sunxi_is_composite() ? 32 : 0;
1187 overscan_offset = (overscan_y * mode->xres + overscan_x) * 4;
1204 overscan_x, overscan_y);
1234 graphic_device->winSizeX = mode->xres - 2 * overscan_x;
/external/u-boot/doc/
DREADME.video70 - overscan_x/overscan_y=<int> - Set x/y overscan value
72 to deal with overscanning displays. Defaults to overscan_x=32 and