Searched refs:i915_gem_phys_ops (Results 1 – 2 of 2) sorted by relevance
141 static const struct drm_i915_gem_object_ops i915_gem_phys_ops = { variable156 if (obj->ops == &i915_gem_phys_ops) in i915_gem_object_attach_phys()185 obj->ops = &i915_gem_phys_ops; in i915_gem_object_attach_phys()
36 if (obj->ops != &i915_gem_phys_ops) { in mock_phys_object()