Searched refs:gtt_probe (Results 1 – 2 of 2) sorted by relevance
807 dev_priv->gtt.gtt_probe = i915_gmch_probe; in i915_gem_gtt_init()810 dev_priv->gtt.gtt_probe = gen6_gmch_probe; in i915_gem_gtt_init()814 ret = dev_priv->gtt.gtt_probe(dev, &dev_priv->gtt.total, in i915_gem_gtt_init()
420 int (*gtt_probe)(struct drm_device *dev, size_t *gtt_total, member