Searched refs:mappable_size (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 215 mappable_size += obj->gtt_space->size; \ 227 size_t size, mappable_size; in i915_gem_object_info() local 239 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 242 count, mappable_count, size, mappable_size); in i915_gem_object_info() 244 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 248 count, mappable_count, size, mappable_size); in i915_gem_object_info() 250 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 253 count, mappable_count, size, mappable_size); in i915_gem_object_info() 255 size = count = mappable_size = mappable_count = 0; in i915_gem_object_info() 258 count, mappable_count, size, mappable_size); in i915_gem_object_info() [all …]
|
D | i915_dma.c | 1182 unsigned long prealloc_size, gtt_size, mappable_size; in i915_load_modeset_init() local 1187 mappable_size = dev_priv->mm.gtt->gtt_mappable_entries << PAGE_SHIFT; in i915_load_modeset_init() 1201 i915_gem_do_init(dev, 0, mappable_size, gtt_size - PAGE_SIZE); in i915_load_modeset_init()
|