Searched refs:mappable_count (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | i915_debug.c | 189 ++mappable_count; \ 197 u32 count, mappable_count, purgeable_count; in i915_gem_object_info() local 208 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 211 count, mappable_count, size, mappable_size); in i915_gem_object_info() 213 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 216 count, mappable_count, size, mappable_size); in i915_gem_object_info() 218 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 221 count, mappable_count, size, mappable_size); in i915_gem_object_info() 231 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 239 ++mappable_count; in i915_gem_object_info() [all …]
|