Searched refs:phys_objs (Results 1 – 2 of 2) sorted by relevance
4216 if (dev_priv->mm.phys_objs[id - 1] || !size) in i915_gem_init_phys_object()4234 dev_priv->mm.phys_objs[id - 1] = phys_obj; in i915_gem_init_phys_object()4247 if (!dev_priv->mm.phys_objs[id - 1]) in i915_gem_free_phys_object()4250 phys_obj = dev_priv->mm.phys_objs[id - 1]; in i915_gem_free_phys_object()4260 dev_priv->mm.phys_objs[id - 1] = NULL; in i915_gem_free_phys_object()4326 if (!dev_priv->mm.phys_objs[id - 1]) { in i915_gem_attach_phys_object()4337 obj->phys_obj = dev_priv->mm.phys_objs[id - 1]; in i915_gem_attach_phys_object()
808 struct drm_i915_gem_phys_object *phys_objs[I915_MAX_PHYS_OBJECT]; member