Home | History | Annotate | Download | only in src

Lines Matching refs:exa

108     /* Can resize if XAA is disabled or EXA is enabled */
113 pNv->exa) {
126 * If EXA is enabled, use exaOffscreenAlloc to carve out a chunk of memory
129 if(pNv->exa) {
136 "Failed to reserve EXA memory for the screen or EXA "
287 else if(!strcasecmp(s, "exa"))
289 if(!s || !strcasecmp(s, "exa"))
291 pNv->AccelMethod = EXA;
413 if(!xf86InitialConfiguration(pScrn, pNv->NoAccel || pNv->AccelMethod == EXA)) {
442 case EXA:
444 if (pNv->AccelMethod == EXA) {
446 if(!xf86LoadSubModule(pScrn, "exa")) pNv->NoAccel = 1;
523 if(pNv->exa) {
835 case EXA:
838 "EXA hardware acceleration initialization failed\n");