Searched defs:mappable_size (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_gem_gtt.c | 685 unsigned long gtt_size, mappable_size; local 688 mappable_size = dev_priv->gtt.mappable_end; 698 i915_gem_setup_global_gtt(dev, 0, mappable_size, gtt_size);
|
/solaris-x11-s11/open-src/kernel/mdb/modules/ |
H A D | i915.c | 51 size_t size, mappable_size, purgeable_size; variable 324 mappable_size += obj->base.real_size; 511 size = count = mappable_size = mappable_count = 0; 517 count, mappable_count, size, mappable_size); 522 size = count = mappable_size = mappable_count = 0; 528 count, mappable_count, size, mappable_size); 532 size = count = mappable_size = mappable_count = 0; 538 count, mappable_count, size, mappable_size);
|
Completed in 17 milliseconds