Home
last modified time | relevance | path

Searched refs:i915_gem_object_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem.c421 static const struct drm_i915_gem_object_ops i915_gem_object_ops; variable
4705 static const struct drm_i915_gem_object_ops i915_gem_object_ops = { variable
4778 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()