Searched refs:drm_vma_node_allow (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Digt_mmap.c39 err = drm_vma_node_allow(node, file->private_data);
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_vma_manager.h76 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_vma_manager.c64 * node, you must call drm_vma_node_allow(). Otherwise, an mmap() call on this
294 * drm_vma_node_allow - Add open-file to list of allowed users
313 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) function
317 EXPORT_SYMBOL(drm_vma_node_allow); variable
330 * This is not ref-counted unlike drm_vma_node_allow() hence drm_vma_node_revoke()
351 * this once for every drm_vma_node_allow() on @tag.
391 * open-files (see drm_vma_node_allow()).
H A Ddrm_prime.c768 ret = drm_vma_node_allow(&obj->vma_node, priv);
H A Ddrm_gem.c571 ret = drm_vma_node_allow(&obj->vma_node, file_priv);
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c1736 ret = drm_vma_node_allow(&gobj->vma_node, drm_priv);
2289 ret = drm_vma_node_allow(&obj->vma_node, drm_priv);

Completed in 143 milliseconds