Lines Matching defs:total
232 * the current drm_intel_bufmgr_check_aperture_space() total.
2787 int total = 0;
2792 total += bo->size;
2796 total +=
2800 return total;
2815 unsigned int total = 0;
2823 total += bo_gem->reloc_tree_fences;
2825 return total;
2856 unsigned int total = 0;
2861 total += bo_gem->reloc_tree_size;
2863 return total;
2875 unsigned int total = 0;
2878 total += drm_intel_gem_bo_get_aperture_space(bo_array[i]);
2891 bo_gem->reloc_tree_size = total;
2897 return total;
2921 unsigned int total = 0;
2932 total = drm_intel_gem_estimate_batch_space(bo_array, count);
2934 if (total > threshold)
2935 total = drm_intel_gem_compute_batch_space(bo_array, count);
2937 if (total > threshold) {
2940 total / 1024, (int)bufmgr_gem->gtt_size / 1024);
2943 DBG("drm_check_space: total %dkb vs bufgr %dkb\n", total / 1024,
3673 /* XXX The kernel reports the total number of fences,