Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_vma_manager.c64 * node, you must call drm_vma_node_allow(). Otherwise, an mmap() call on this
244 * drm_vma_node_allow - Add open-file to list of allowed users
263 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow() function
310 EXPORT_SYMBOL(drm_vma_node_allow); variable
319 * this once for every drm_vma_node_allow() on @tag.
359 * open-files (see drm_vma_node_allow()).
H A Ddrm_prime.c746 ret = drm_vma_node_allow(&obj->vma_node, priv); in drm_gem_prime_mmap()
H A Ddrm_gem.c387 ret = drm_vma_node_allow(&obj->vma_node, file_priv); in drm_gem_handle_create_tail()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Digt_mmap.c26 err = drm_vma_node_allow(node, file->private_data); in igt_mmap_node()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Digt_mmap.c39 err = drm_vma_node_allow(node, file->private_data); in igt_mmap_offset()
/kernel/linux/linux-6.6/drivers/gpu/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) in drm_vma_node_allow() 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.c750 ret = drm_vma_node_allow(&obj->vma_node, priv); in drm_gem_prime_mmap()
H A Ddrm_gem.c387 ret = drm_vma_node_allow(&obj->vma_node, file_priv); in drm_gem_handle_create_tail()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_vma_manager.h76 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag);
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_vma_manager.h76 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c116 ret = drm_vma_node_allow(&obj->vma_node, vma->vm_file->private_data); in amdgpu_gem_prime_mmap()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c629 drm_vma_node_allow(&mmo->vma_node, file); in mmap_offset_attach()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c1735 ret = drm_vma_node_allow(&gobj->vma_node, drm_priv); in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
2287 ret = drm_vma_node_allow(&obj->vma_node, drm_priv); in amdgpu_amdkfd_gpuvm_import_dmabuf()

Completed in 14 milliseconds