Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c1090 int i, overscan_offset, overscan_x, overscan_y; local
1104 overscan_x = video_get_option_int(options, "overscan_x", -1);
1194 if (overscan_x == -1)
1195 overscan_x = sunxi_is_composite() ? 32 : 0;
1201 overscan_offset = (overscan_y * mode->xres + overscan_x) * 4;
1218 overscan_x, overscan_y);
1248 graphic_device->winSizeX = mode->xres - 2 * overscan_x;
/openbmc/u-boot/doc/
H A DREADME.video70 - overscan_x/overscan_y=<int> - Set x/y overscan value
72 to deal with overscanning displays. Defaults to overscan_x=32 and