Searched refs:drm_vma_node_allow (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_vma_manager.c | 64 * 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 D | drm_prime.c | 746 ret = drm_vma_node_allow(&obj->vma_node, priv); in drm_gem_prime_mmap()
|
H A D | drm_gem.c | 387 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 D | igt_mmap.c | 26 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 D | igt_mmap.c | 39 err = drm_vma_node_allow(node, file->private_data); in igt_mmap_offset()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_vma_manager.c | 64 * 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 D | drm_prime.c | 750 ret = drm_vma_node_allow(&obj->vma_node, priv); in drm_gem_prime_mmap()
|
H A D | drm_gem.c | 387 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 D | drm_vma_manager.h | 76 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag);
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_vma_manager.h | 76 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 D | amdgpu_dma_buf.c | 116 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 D | i915_gem_mman.c | 629 drm_vma_node_allow(&mmo->vma_node, file); in mmap_offset_attach()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gpuvm.c | 1735 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 15 milliseconds