Lines Matching refs:videoRAMKBytes
1408 pSmi->videoRAMKBytes = pScrn->videoRam;
1420 pSmi->videoRAMKBytes = msoc_table[config] * 1024 -
1427 pSmi->videoRAMKBytes = lynx3d_table[config >> 6] * 1024 +
1431 pSmi->videoRAMKBytes = SMI_ProbeMem(pScrn, 0, 0x400000) / 1024;
1434 pSmi->videoRAMKBytes = lynx3dm_table[config >> 6] * 1024;
1439 pSmi->videoRAMKBytes = 16 * 1024;
1442 pSmi->videoRAMKBytes = default_table[config >> 6] * 1024;
1449 pSmi->videoRAMBytes = pSmi->videoRAMKBytes * 1024;
1450 pScrn->videoRam = pSmi->videoRAMKBytes;
1452 "videoram: %dkB\n", pSmi->videoRAMKBytes);