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

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_type.h53 CARD32 RamAmountKBytes; /* Total vidmem */ member in struct:G80Rec
H A Dnv_setup.c281 pNv->RamAmountKBytes = ((pNv->PFB[0x0000/4] >> 12) & 0x0F) * 1024 * 2
286 pNv->RamAmountKBytes = 1024 * 32;
289 pNv->RamAmountKBytes = 1024 * 4;
292 pNv->RamAmountKBytes = 1024 * 8;
296 pNv->RamAmountKBytes = 1024 * 16;
326 pNv->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024;
330 pNv->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024;
332 pNv->RamAmountKBytes = (pNv->PFB[0x020C/4] & 0xFFF00000) >> 10;
338 pNv->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024;
341 pNv->RamAmountKBytes
[all...]
H A Driva_hw.c906 chip->RamAmountKBytes = 1024 * 4;
909 chip->RamAmountKBytes = 1024 * 2;
912 chip->RamAmountKBytes = 1024 * 8;
919 chip->RamAmountKBytes = 1024 * 8;
931 chip->RamAmountKBytes = 1024 * 8;
934 chip->RamAmountKBytes = 1024 * 4;
937 chip->RamAmountKBytes = 1024 * 2;
H A Dnv_type.h109 CARD32 RamAmountKBytes; member in struct:__anonce19071b0208
H A Driva_hw.h251 U032 RamAmountKBytes; member in struct:_riva_hw_inst
H A Dg80_driver.c335 pNv->videoRam = pNv->RamAmountKBytes = tmp >> 10 | (tmp & 1) << 22;
363 pNv->RamAmountKBytes / 1024.0);
392 pNv->table1 -= ((pNv->RamAmountKBytes << 10) - (tmp << 16));
H A Driva_driver.c665 pScrn->videoRam = pRiva->riva.RamAmountKBytes;
H A Dnv_driver.c1870 pScrn->videoRam = pNv->RamAmountKBytes;

Completed in 11 milliseconds