Lines Matching defs:size
178 /* i81x does not preallocate the gtt. It's always 64kb in size. */
442 /* write the new ggtt size */
451 int size;
478 size = KB(128);
481 size = KB(256);
484 size = KB(512);
488 size = KB(1024);
491 size = KB(2048);
494 size = KB(1024 + 512);
498 "unknown page table size, assuming 512KB\n");
499 size = KB(512);
502 return size/4;
510 /* On previous hardware, the GTT size was just what was
625 "detected gtt size: %dK total, %dK mappable\n",
685 if (aper_size == intel_fake_agp_sizes[i].size) {
1134 int size = KB(512);
1138 intel_private.registers = ioremap(reg_addr, size);