Searched refs:useVGA (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_driver.c87 if (pGeode->useVGA && !pScrni->vtSema)
334 pGeode->useVGA = LXCheckVGA(pScrni, pEnt);
338 if (pGeode->useVGA) {
340 pGeode->useVGA = FALSE;
505 pGeode->useVGA ? "YES" : "NO");
509 if (pGeode->useVGA) {
520 pGeode->useVGA = FALSE;
618 if (pGeode->useVGA) {
709 if (pGeode->useVGA && pGeode->VGAActive) {
741 if (pGeode->useVGA)
[all...]
H A Dgx_driver.c317 if (pGeode->useVGA && !pScrni->vtSema)
456 Bool useVGA; local in function:GXPreInit
472 useVGA = GXCheckVGA(pScrni, pEnt);
480 pGeode->useVGA = useVGA;
483 if (pGeode->useVGA) {
485 pGeode->useVGA = FALSE;
660 if (pGeode->useVGA) {
672 pGeode->useVGA = FALSE;
772 if (pGeode->useVGA
[all...]
H A Dgeode.h202 Bool useVGA; member in struct:_geodeRec

Completed in 5 milliseconds