Searched refs:i915_gem_phys_ops (Results 1 – 2 of 2) sorted by relevance
194 static const struct drm_i915_gem_object_ops i915_gem_phys_ops = { variable213 if (obj->ops == &i915_gem_phys_ops) in i915_gem_object_attach_phys()242 obj->ops = &i915_gem_phys_ops; in i915_gem_object_attach_phys()
34 if (obj->ops != &i915_gem_phys_ops) { in mock_phys_object()