HomeSort by: relevance | last modified time | path
    Searched refs:RamAmountKBytes (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_type.h 53 CARD32 RamAmountKBytes; /* Total vidmem */
nv_setup.c 281 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 = (((amt >> 4) & 127) + 1) * 1024
    [all...]
riva_hw.c 906 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;
nv_type.h 109 CARD32 RamAmountKBytes;
riva_hw.h 251 U032 RamAmountKBytes;
g80_driver.c 339 pNv->videoRam = pNv->RamAmountKBytes = tmp >> 10 | (tmp & 1) << 22;
367 pNv->RamAmountKBytes / 1024.0);
396 pNv->table1 -= ((pNv->RamAmountKBytes << 10) - (tmp << 16));
riva_driver.c 665 pScrn->videoRam = pRiva->riva.RamAmountKBytes;
nv_driver.c 1900 pScrn->videoRam = pNv->RamAmountKBytes;

Completed in 13 milliseconds