• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/

Lines Matching defs:stolen

1008 	unsigned long stolen;
1010 /* Get the fb aperture size and "stolen" memory amount. */
1050 stolen = 32 * 1024 * 1024;
1053 stolen = 64 * 1024 * 1024;
1056 stolen = 96 * 1024 * 1024;
1059 stolen = 128 * 1024 * 1024;
1062 stolen = 160 * 1024 * 1024;
1065 stolen = 192 * 1024 * 1024;
1068 stolen = 224 * 1024 * 1024;
1071 stolen = 256 * 1024 * 1024;
1074 stolen = 288 * 1024 * 1024;
1077 stolen = 320 * 1024 * 1024;
1080 stolen = 352 * 1024 * 1024;
1083 stolen = 384 * 1024 * 1024;
1086 stolen = 416 * 1024 * 1024;
1089 stolen = 448 * 1024 * 1024;
1092 stolen = 480 * 1024 * 1024;
1095 stolen = 512 * 1024 * 1024;
1108 stolen = 1 * 1024 * 1024;
1111 stolen = 4 * 1024 * 1024;
1114 stolen = 8 * 1024 * 1024;
1117 stolen = 16 * 1024 * 1024;
1120 stolen = 32 * 1024 * 1024;
1123 stolen = 48 * 1024 * 1024;
1126 stolen = 64 * 1024 * 1024;
1129 stolen = 128 * 1024 * 1024;
1132 stolen = 256 * 1024 * 1024;
1135 stolen = 96 * 1024 * 1024;
1138 stolen = 160 * 1024 * 1024;
1141 stolen = 224 * 1024 * 1024;
1144 stolen = 352 * 1024 * 1024;
1153 *preallocated_size = stolen - overhead;
1172 * Some chip functions require allocations from stolen space but need the
1224 DRM_ERROR("bad GTT entry in stolen space\n");
1241 DRM_ERROR("not enough stolen space for compressed buffer, disabling\n");
1242 DRM_ERROR("hint: you may be able to increase stolen memory size in the BIOS to avoid this\n");
1269 DRM_ERROR("failed to get stolen phys addr, disabling FBC\n");
1289 DRM_ERROR("failed to get stolen phys addr, disabling FBC\n");
1375 /* Basic memrange allocator for stolen space (aka vram) */
1377 DRM_INFO("set up %ldM of stolen space\n", prealloc_size / (1024*1024));
1406 else /* fall back to 7/8 of the stolen space */
2151 DRM_INFO("detected %dM stolen memory, trimming to %dM\n",
2168 "memory stolen.\n",
2170 DRM_ERROR("Disabling GEM. (try reducing stolen memory or "