drm_vma_node_verify_access — Access verification helper for TTM
int drm_vma_node_verify_access ( | struct drm_vma_offset_node * node, |
struct file * filp) ; |
This checks whether filp
is granted access to node
. It is the same as
drm_vma_node_is_allowed
but suitable as drop-in helper for TTM
verify_access
callbacks.