HomeSort by: relevance | last modified time | path
    Searched defs:drm_vma_node_allow (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_vma_manager.c 69 * node, you must call drm_vma_node_allow(). Otherwise, an mmap() call on this
249 * drm_vma_node_allow - Add open-file to list of allowed users
268 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) function in typeref:typename:int
315 EXPORT_SYMBOL(drm_vma_node_allow);
324 * this once for every drm_vma_node_allow() on @tag.
364 * open-files (see drm_vma_node_allow()).
  /src/sys/external/bsd/drm2/drm/
drm_vma_manager.c 280 drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *file)
277 drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *file) function in typeref:typename:int

Completed in 37 milliseconds