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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi.h380 #define MISC_CRT1OVERLAY 0x00000001 /* Current display mode supports overlay */ macro
H A Dxgi_driver.c6431 pXGI->MiscFlags &= ~(MISC_CRT1OVERLAY | MISC_CRT1OVERLAYGAMMA);
6436 if (!(pXGI->MiscFlags & MISC_CRT1OVERLAY)) {
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_video.c2702 ((pSiS->MiscFlags & (MISC_CRT1OVERLAY|MISC_CRT2OVERLAY)) != (MISC_CRT1OVERLAY|MISC_CRT2OVERLAY))) ||
2704 (!(pSiS->MiscFlags & MISC_CRT1OVERLAY))) ||
2811 if(!(pSiS->MiscFlags & MISC_CRT1OVERLAY)) {
H A Dsis.h561 #define MISC_CRT1OVERLAY 0x00000001 /* Current display mode supports overlay (CRT1) */ macro
H A Dsis_driver.c12818 pSiS->MiscFlags &= ~( MISC_CRT1OVERLAY |
12832 MISC_CRT1OVERLAY |
12842 MISC_CRT1OVERLAY |
12984 if(myclock1 <= clklimit1) tmpflags |= MISC_CRT1OVERLAY;
13035 if(myclock1 <= clklimit1) tmpflags |= MISC_CRT1OVERLAY;
13042 if(!(pSiS->MiscFlags & MISC_CRT1OVERLAY)) {

Completed in 54 milliseconds