Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem.c1309 const struct drm_i915_gem_object_ops *ops = obj->ops; in i915_gem_object_put_pages() local
1319 ops->put_pages(obj); in i915_gem_object_put_pages()
1360 const struct drm_i915_gem_object_ops *ops = obj->ops; in i915_gem_object_get_pages() local
1368 ret = ops->get_pages(obj); in i915_gem_object_get_pages()
3274 const struct drm_i915_gem_object_ops *ops) in i915_gem_object_init() argument
3281 obj->ops = ops; in i915_gem_object_init()
H A Di915_drv.h1232 const struct drm_i915_gem_object_ops *ops; member
1671 const struct drm_i915_gem_object_ops *ops);