Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gpuva_mgr.c675 const struct drm_gpuva_fn_ops *ops) in drm_gpuva_manager_init()
1027 op_map_cb(const struct drm_gpuva_fn_ops *fn, void *priv, in op_map_cb()
1043 op_remap_cb(const struct drm_gpuva_fn_ops *fn, void *priv, in op_remap_cb()
1061 op_unmap_cb(const struct drm_gpuva_fn_ops *fn, void *priv, in op_unmap_cb()
1075 const struct drm_gpuva_fn_ops *ops, void *priv, in __drm_gpuva_sm_map()
1217 const struct drm_gpuva_fn_ops *ops, void *priv, in __drm_gpuva_sm_unmap()
1310 const struct drm_gpuva_fn_ops *ops = mgr->ops; in drm_gpuva_sm_map()
1354 const struct drm_gpuva_fn_ops *ops = mgr->ops; in drm_gpuva_sm_unmap()
1368 const struct drm_gpuva_fn_ops *fn = mgr->ops; in gpuva_op_alloc()
1386 const struct drm_gpuva_fn_ops *fn = mgr->ops; in gpuva_op_free()
[all …]
/openbmc/linux/include/drm/
H A Ddrm_gpuva_mgr.h35 struct drm_gpuva_fn_ops;
242 const struct drm_gpuva_fn_ops *ops;
249 const struct drm_gpuva_fn_ops *ops);
619 struct drm_gpuva_fn_ops { struct