Searched refs:i915_gem_object_ops (Results 1 – 1 of 1) sorted by relevance
421 static const struct drm_i915_gem_object_ops i915_gem_object_ops; variable4705 static const struct drm_i915_gem_object_ops i915_gem_object_ops = { variable4778 i915_gem_object_init(obj, &i915_gem_object_ops); in i915_gem_object_create()6126 if (obj->ops != &i915_gem_object_ops) in i915_gem_object_attach_phys()6162 i915_gem_object_ops.put_pages(obj, pages); in i915_gem_object_attach_phys()6167 obj->ops = &i915_gem_object_ops; in i915_gem_object_attach_phys()