Searched refs:gtt_total (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/include/drm/ |
H A D | intel-gtt.h | 6 void intel_gtt_get(size_t *gtt_total, size_t *stolen_size,
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_gem_gtt.c | 2346 size_t *gtt_total, gen8_gmch_probe() 2376 *gtt_total = (gtt_size / sizeof(gen8_pte_t)) << PAGE_SHIFT; gen8_gmch_probe() 2392 size_t *gtt_total, gen6_gmch_probe() 2421 *gtt_total = (gtt_size / sizeof(gen6_pte_t)) << PAGE_SHIFT; gen6_gmch_probe() 2441 size_t *gtt_total, i915_gmch_probe() 2455 intel_gtt_get(gtt_total, stolen, mappable_base, mappable_end); i915_gmch_probe() 2345 gen8_gmch_probe(struct drm_device *dev, size_t *gtt_total, size_t *stolen, phys_addr_t *mappable_base, unsigned long *mappable_end) gen8_gmch_probe() argument 2391 gen6_gmch_probe(struct drm_device *dev, size_t *gtt_total, size_t *stolen, phys_addr_t *mappable_base, unsigned long *mappable_end) gen6_gmch_probe() argument 2440 i915_gmch_probe(struct drm_device *dev, size_t *gtt_total, size_t *stolen, phys_addr_t *mappable_base, unsigned long *mappable_end) i915_gmch_probe() argument
|
H A D | i915_gem_gtt.h | 307 int (*gtt_probe)(struct drm_device *dev, size_t *gtt_total,
|
/linux-4.1.27/drivers/char/agp/ |
H A D | intel-gtt.c | 1411 void intel_gtt_get(size_t *gtt_total, size_t *stolen_size, intel_gtt_get() argument 1414 *gtt_total = intel_private.gtt_total_entries << PAGE_SHIFT; intel_gtt_get()
|
Completed in 787 milliseconds