Lines Matching refs:MC
715 pI810->MC.Size = 7 * 1024 * 1024;
716 pI810->MC.Start = pI810->FbMapSize - 7 * 1024 * 1024;
720 pI810->MC.Size = 8 * 1024 * 1024;
721 pI810->MC.Start = pI810->FbMapSize - 8 * 1024 * 1024;
723 drmAgpAlloc(pI810->drmSubFD, pI810->MC.Size, 0, NULL,
729 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->MC.Start) == 0) {
732 pI810->MC.End = pI810->MC.Start + pI810->MC.Size;
735 pI810->MC.Start = 0;
736 pI810->MC.Size = 0;
737 pI810->MC.End = 0;
741 pI810->MC.Start = 0;
742 pI810->MC.Size = 0;
743 pI810->MC.End = 0;
813 I810SetTiledMemory(pScrn, 3, pI810->MC.Start, 512, 1024 * 1024);
816 pI810->MC.Start + 1024 * 1024, 512, 1024 * 1024);
819 pI810->MC.Start + 1024 * 1024 * 2,
823 pI810->MC.Start + 1024 * 1024 * 3,
827 I810SetTiledMemory(pScrn, 3, pI810->MC.Start, 512, 2 * 1024 * 1024);
830 pI810->MC.Start + 2 * 1024 * 1024, 512, 512 * 1024);
833 pI810->MC.Start + 2 * 1024 * 1024 + 512 * 1024,
837 pI810->MC.Start + 3 * 1024 * 1024,
841 pI810->MC.Start + 4 * 1024 * 1024,
1529 pI810->MC.Start) != 0)