Home
last modified time | relevance | path

Searched refs:drm_vma_node_allow (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_vma_manager.c314 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow() function
318 EXPORT_SYMBOL(drm_vma_node_allow);
H A Ddrm_prime.c794 ret = drm_vma_node_allow(&obj->vma_node, priv); in drm_gem_prime_mmap()
H A Ddrm_gem.c510 ret = drm_vma_node_allow(&obj->vma_node, file_priv); in drm_gem_handle_create_tail()
/linux/drivers/gpu/drm/i915/selftests/
H A Digt_mmap.c39 err = drm_vma_node_allow(node, file->private_data); in igt_mmap_offset()
/linux/include/drm/
H A Ddrm_vma_manager.h76 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag);
/linux/drivers/gpu/drm/xe/
H A Dxe_mmio_gem.c95 err = drm_vma_node_allow(&base->vma_node, file); in xe_mmio_gem_create()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c1815 ret = drm_vma_node_allow(&gobj->vma_node, drm_priv); in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
2381 ret = drm_vma_node_allow(&obj->vma_node, drm_priv); in import_obj_create()