Searched refs:maxCacheLines (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_driver.c1472 * Had a bug here where maxCacheLines was computed to be less than 0.
1474 * maxCacheLines calculation, but that was causing a problem
1481 int maxCacheLines; local in function:I810AllocateFront
1483 maxCacheLines = (scrn->videoRam * 1024 /
1486 if (maxCacheLines < 0)
1487 maxCacheLines = 0;
1488 if (cache_lines > maxCacheLines)
1489 cache_lines = maxCacheLines;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_driver.c1472 * Had a bug here where maxCacheLines was computed to be less than 0.
1474 * maxCacheLines calculation, but that was causing a problem
1481 int maxCacheLines; local in function:I810AllocateFront
1483 maxCacheLines = (scrn->videoRam * 1024 /
1486 if (maxCacheLines < 0)
1487 maxCacheLines = 0;
1488 if (cache_lines > maxCacheLines)
1489 cache_lines = maxCacheLines;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_driver.c1826 * Had a bug here where maxCacheLines was computed to be less than 0.
1828 * maxCacheLines calculation, but that was causing a problem
1835 int maxCacheLines; local in function:I810AllocateFront
1837 maxCacheLines = (pScrn->videoRam * 1024 /
1840 if (maxCacheLines < 0)
1841 maxCacheLines = 0;
1842 if (cache_lines > maxCacheLines)
1843 cache_lines = maxCacheLines;

Completed in 8 milliseconds