Searched refs:mappable_size (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/i915/
H A Di915_debugfs.c218 mappable_size += obj->gtt_space->size; \
230 size_t size, mappable_size; local
242 size = count = mappable_size = mappable_count = 0;
245 count, mappable_count, size, mappable_size);
247 size = count = mappable_size = mappable_count = 0;
251 count, mappable_count, size, mappable_size);
253 size = count = mappable_size = mappable_count = 0;
256 count, mappable_count, size, mappable_size);
258 size = count = mappable_size = mappable_count = 0;
261 count, mappable_count, size, mappable_size);
[all...]
H A Di915_dma.c1186 unsigned long prealloc_size, gtt_size, mappable_size; local
1191 mappable_size = dev_priv->mm.gtt->gtt_mappable_entries << PAGE_SHIFT;
1205 i915_gem_do_init(dev, 0, mappable_size, gtt_size - PAGE_SIZE);

Completed in 44 milliseconds