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

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_memory.c183 unsigned int fbavail; local in function:LXInitOffscreen
187 fbavail = pGeode->FBAvail - GP3_SCRATCH_BUFFER_SIZE;
193 pGeode->offscreenSize = fbavail - pGeode->displaySize;
H A Dgx_driver.c165 unsigned int fboffset, fbavail; local in function:GXAllocateMemory
181 fbavail = pGeode->FBAvail - 0x4000;
186 fbavail -= pGeode->displaySize;
192 if (size <= fbavail) {
196 fbavail -= size;
209 if (fbavail >= 1024) {
212 fbavail -= 1024;
224 GXInitEXAMemory(pScrni, &fboffset, &fbavail);
226 GXInitXAAMemory(pScrni, &fboffset, &fbavail);
237 if (size <= fbavail) {
[all...]

Completed in 2 milliseconds