Check whether an open-file is granted access
bool drm_vma_node_is_allowed(struct drm_vma_offset_node * node, struct file * filp);
node
Node to check
filp
Open-file to check for
Search the list in node whether filp is currently on the list of allowed open-files (see drm_vma_node_allow).
This is locked against concurrent access internally.
true iff filp is on the list
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place