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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbhw.c174 int *stolen_size)
180 if (!pdev || !aperture_size || !stolen_size)
226 *stolen_size = KB(512) - KB(stolen_overhead);
229 *stolen_size = MB(1) - KB(stolen_overhead);
232 *stolen_size = MB(8) - KB(stolen_overhead);
249 *stolen_size = MB(1) - KB(stolen_overhead);
252 *stolen_size = MB(4) - KB(stolen_overhead);
255 *stolen_size = MB(8) - KB(stolen_overhead);
258 *stolen_size = MB(16) - KB(stolen_overhead);
261 *stolen_size
173 intelfbhw_get_memory(struct pci_dev *pdev, int *aperture_size, int *stolen_size) argument
[all...]
H A Dintelfbdrv.c421 int aperture_size, stolen_size; local
522 if (intelfbhw_get_memory(pdev, &aperture_size,&stolen_size)) {
531 BtoMB(aperture_size), BtoKB(stolen_size));
544 if (ROUND_UP_TO_PAGE(stolen_size) >= MB(vram)) {
545 dinfo->fb.size = ROUND_UP_TO_PAGE(stolen_size);
575 if (MB(voffset) < stolen_size)
576 offset = (stolen_size >> 12);
H A Dintelfbhw.h563 int *stolen_size);

Completed in 316 milliseconds