Home
last modified time | relevance | path

Searched refs:drm_vma_node_is_allowed (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/drm/
Ddrm_vma_manager.h80 bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node,
244 return drm_vma_node_is_allowed(node, tag) ? 0 : -EACCES; in drm_vma_node_verify_access()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_vma_manager.c398 bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node, in drm_vma_node_is_allowed() function
421 EXPORT_SYMBOL(drm_vma_node_is_allowed);
Ddrm_gem_dma_helper.c380 if (!drm_vma_node_is_allowed(node, priv)) { in drm_gem_dma_get_unmapped_area()
Ddrm_gem.c1113 if (!drm_vma_node_is_allowed(node, priv)) { in drm_gem_mmap()
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_glue.c59 if (!drm_vma_node_is_allowed(node, filp)) { in vmw_bo_vm_lookup()
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_mman.c953 if (node && drm_vma_node_is_allowed(node, priv)) { in i915_gem_mmap()