Lines Matching refs:MC
604 pI810->MC.Size = 7 * 1024 * 1024;
605 pI810->MC.Start = pI810->FbMapSize - 7 * 1024 * 1024;
609 pI810->MC.Size = 8 * 1024 * 1024;
610 pI810->MC.Start = pI810->FbMapSize - 8 * 1024 * 1024;
612 drmAgpAlloc(pI810->drmSubFD, pI810->MC.Size, 0, NULL,
618 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->MC.Start) == 0) {
621 pI810->MC.End = pI810->MC.Start + pI810->MC.Size;
624 pI810->MC.Start = 0;
625 pI810->MC.Size = 0;
626 pI810->MC.End = 0;
630 pI810->MC.Start = 0;
631 pI810->MC.Size = 0;
632 pI810->MC.End = 0;
700 I810SetTiledMemory(pScrn, 3, pI810->MC.Start, 512, 1024 * 1024);
703 pI810->MC.Start + 1024 * 1024, 512, 1024 * 1024);
706 pI810->MC.Start + 1024 * 1024 * 2,
710 pI810->MC.Start + 1024 * 1024 * 3,
714 I810SetTiledMemory(pScrn, 3, pI810->MC.Start, 512, 2 * 1024 * 1024);
717 pI810->MC.Start + 2 * 1024 * 1024, 512, 512 * 1024);
720 pI810->MC.Start + 2 * 1024 * 1024 + 512 * 1024,
724 pI810->MC.Start + 3 * 1024 * 1024,
728 pI810->MC.Start + 4 * 1024 * 1024,
1424 pI810->MC.Start) != 0)