Searched refs:ShowOverscan (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaCmap.c146 if (hwp->ShowOverscan && i == 255)
158 if (new_overscan && !hwp->ShowOverscan)
H A DvgaHW.h127 Bool ShowOverscan; member in struct:_vgaHWRec
H A DvgaHW.c1325 if (!hwp->ShowOverscan)
1693 if (xf86FindOption(scrp->confScreen->options, "ShowOverscan")) {
1694 xf86MarkOptionUsedByName(scrp->confScreen->options, "ShowOverscan");
1700 hwp->ShowOverscan = TRUE;
1702 hwp->ShowOverscan = FALSE;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/
H A DvgaHW.h125 Bool ShowOverscan; member in struct:_vgaHWRec
H A DvgaHW.c1326 if (!hwp->ShowOverscan)
1697 if (xf86FindOption(scrp->confScreen->options, "ShowOverscan")) {
1698 xf86MarkOptionUsedByName(scrp->confScreen->options, "ShowOverscan");
1704 hwp->ShowOverscan = TRUE;
1707 hwp->ShowOverscan = FALSE;

Completed in 9 milliseconds