Searched refs:mappable_count (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 319 ++mappable_count; \ 425 ++mappable_count; \ 435 u32 count, mappable_count, purgeable_count; in i915_gem_object_info() local 451 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 454 count, mappable_count, size, mappable_size); in i915_gem_object_info() 456 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 459 count, mappable_count, size, mappable_size); in i915_gem_object_info() 461 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 464 count, mappable_count, size, mappable_size); in i915_gem_object_info() 474 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() [all …]
|