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

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_driver.c59 #define G80_RESERVED_VIDMEM 0xe000 macro
618 pNv->reg[0x00706448/4] = (pNv->videoRam << 10) - G80_RESERVED_VIDMEM;
625 uint64_t limit = base + size - G80_RESERVED_VIDMEM;
633 pNv->reg[0x00706484/4] = (pNv->videoRam << 10) - G80_RESERVED_VIDMEM;
649 pNv->reg[0x00003234/4] = G80_RESERVED_VIDMEM - 0x6001;
669 G80_RESERVED_VIDMEM);
674 pNv->dmaMax = (G80_RESERVED_VIDMEM - 0x6000) / 4 - 2;
799 pNv->offscreenHeight = ((pNv->videoRam << 10) - G80_RESERVED_VIDMEM) / pitch;

Completed in 2 milliseconds