Searched refs:overscan (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/ |
| H A D | vgaCmap.c | 93 unsigned char overscan = hwp->ModeReg.Attribute[OVERSCAN]; local in function:vgaStoreColors 119 if (pdefs[i].pixel == overscan) 163 if (pdefs[i].pixel == overscan) 170 tmp_overscan = overscan; 186 overscan = i; 201 overscan = tmp_overscan; 203 hwp->ModeReg.Attribute[OVERSCAN] = overscan; 206 hwp->writeAttr(hwp, OVERSCAN, overscan);
|
| H A D | vgaHW.c | 1348 /* Attribute[17] (overscan) initialised in vgaHWGetHWRec() */ 1381 * will produce a left and/or top overscan which the colourmap code will 1447 /* Null top overscan */ 1689 /* ... and the overscan */ 1695 xf86DrvMsg(scrp->scrnIndex, X_CONFIG, "Showing overscan area\n"); 1855 vgaHWSetOverscan(ScrnInfoPtr pScrn, int overscan) argument 1859 if (overscan < 0 || overscan > 255) 1863 hwp->writeAttr(hwp, OVERSCAN, overscan);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86cmap.c | 102 int overscan; member in struct:__anon58e541140208 288 pColPriv->overscan = -1; 550 pScrn->SetOverscan(pScrn, cmapPriv->overscan); 705 int overscan, tmpOverscan; local in function:CMapSetOverscan 708 overscan = pColPriv->overscan; 711 * Search for a new overscan index in the following cases: 726 /* Should only come here once. Initialise the overscan index to 0 */ 727 overscan = 0; 732 * Only come here once, but search for the overscan i [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86cmap.c | 101 int overscan; member in struct:__anon5cef10e70208 290 pColPriv->overscan = -1; 548 pScrn->SetOverscan(pScrn, cmapPriv->overscan); 701 int overscan, tmpOverscan; local in function:CMapSetOverscan 704 overscan = pColPriv->overscan; 707 * Search for a new overscan index in the following cases: 722 /* Should only come here once. Initialise the overscan index to 0 */ 723 overscan = 0; 728 * Only come here once, but search for the overscan i [all...] |
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident.h | 284 void TridentSetOverscan(ScrnInfoPtr pScrn, int overscan);
|
| H A D | trident_dac.c | 1247 int overscan 1251 if (overscan < 0 || overscan > 255) 1255 hwp->writeAttr(hwp, OVERSCAN, overscan); 1245 TridentSetOverscan(ScrnInfoPtr pScrn,int overscan) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 1350 /* Attribute[17] (overscan) initialised in vgaHWGetHWRec() */ 1383 * will produce a left and/or top overscan which the colourmap code will 1452 /* Null top overscan */ 1693 /* ... and the overscan */ 1699 xf86DrvMsg(scrp->scrnIndex, X_CONFIG, "Showing overscan area\n"); 1846 vgaHWSetOverscan(ScrnInfoPtr pScrn, int overscan) argument 1850 if (overscan < 0 || overscan > 255) 1854 hwp->writeAttr(hwp, OVERSCAN, overscan);
|
Completed in 12 milliseconds