Lines Matching refs:drm_gpuvm_ops
1003 const struct drm_gpuvm_ops *ops) in drm_gpuvm_init()
1365 const struct drm_gpuvm_ops *ops = gpuvm->ops; in __drm_gpuvm_validate()
1385 const struct drm_gpuvm_ops *ops = gpuvm->ops; in drm_gpuvm_validate_locked()
1418 const struct drm_gpuvm_ops *ops = gpuvm->ops; in drm_gpuvm_validate()
1472 const struct drm_gpuvm_ops *ops = gpuvm->ops; in drm_gpuvm_bo_create()
1504 const struct drm_gpuvm_ops *ops = gpuvm->ops; in drm_gpuvm_bo_destroy()
2055 op_map_cb(const struct drm_gpuvm_ops *fn, void *priv, in op_map_cb()
2071 op_remap_cb(const struct drm_gpuvm_ops *fn, void *priv, in op_remap_cb()
2089 op_unmap_cb(const struct drm_gpuvm_ops *fn, void *priv, in op_unmap_cb()
2103 const struct drm_gpuvm_ops *ops, void *priv, in __drm_gpuvm_sm_map()
2245 const struct drm_gpuvm_ops *ops, void *priv, in __drm_gpuvm_sm_unmap()
2338 const struct drm_gpuvm_ops *ops = gpuvm->ops; in drm_gpuvm_sm_map()
2382 const struct drm_gpuvm_ops *ops = gpuvm->ops; in drm_gpuvm_sm_unmap()
2396 const struct drm_gpuvm_ops *fn = gpuvm->ops; in gpuva_op_alloc()
2414 const struct drm_gpuvm_ops *fn = gpuvm->ops; in gpuva_op_free()
2478 static const struct drm_gpuvm_ops gpuvm_list_ops = {