Searched refs:drm_vma_node_allow_once (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/drm/
H A Ddrm_vma_manager.h77 int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag);
/linux-master/drivers/gpu/drm/
H A Ddrm_vma_manager.c320 * drm_vma_node_allow_once - Add open-file to list of allowed users
338 int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag) function
342 EXPORT_SYMBOL(drm_vma_node_allow_once); variable
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c710 drm_vma_node_allow_once(&mmo->vma_node, file);

Completed in 132 milliseconds