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

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_driver.c1408 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);
[all...]
H A Dsmi.h227 int videoRAMKBytes; /* In units as noted, set in member in struct:__anon910553c20208

Completed in 4 milliseconds