Home | History | Annotate | Download | only in intel

Lines Matching refs:total

202 	 * the current drm_intel_bufmgr_check_aperture_space() total.
2809 int total = 0;
2814 total += bo->size;
2818 total +=
2822 return total;
2837 unsigned int total = 0;
2845 total += bo_gem->reloc_tree_fences;
2847 return total;
2878 unsigned int total = 0;
2883 total += bo_gem->reloc_tree_size;
2885 return total;
2897 unsigned int total = 0;
2900 total += drm_intel_gem_bo_get_aperture_space(bo_array[i]);
2913 bo_gem->reloc_tree_size = total;
2919 return total;
2943 unsigned int total = 0;
2954 total = drm_intel_gem_estimate_batch_space(bo_array, count);
2956 if (total > threshold)
2957 total = drm_intel_gem_compute_batch_space(bo_array, count);
2959 if (total > threshold) {
2962 total / 1024, (int)bufmgr_gem->gtt_size / 1024);
2965 DBG("drm_check_space: total %dkb vs bufgr %dkb\n", total / 1024,
3557 /* XXX The kernel reports the total number of fences,