Home
last modified time | relevance | path

Searched refs:gtt_probe (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_gtt.h307 int (*gtt_probe)(struct drm_device *dev, size_t *gtt_total, member
Di915_gem_gtt.c2478 gtt->gtt_probe = i915_gmch_probe; in i915_gem_gtt_init()
2481 gtt->gtt_probe = gen6_gmch_probe; in i915_gem_gtt_init()
2494 dev_priv->gtt.gtt_probe = gen8_gmch_probe; in i915_gem_gtt_init()
2498 ret = gtt->gtt_probe(dev, &gtt->base.total, &gtt->stolen_size, in i915_gem_gtt_init()