Searched refs:mappable_count (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 299 ++mappable_count; \ 397 ++mappable_count; \ 407 u32 count, mappable_count, purgeable_count; in i915_gem_object_info() local 423 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 426 count, mappable_count, size, mappable_size); in i915_gem_object_info() 428 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 431 count, mappable_count, size, mappable_size); in i915_gem_object_info() 433 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 436 count, mappable_count, size, mappable_size); in i915_gem_object_info() 446 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() [all …]
|