drm_vma_node_offset_addr — Return sanitized offset for user-space mmaps
__u64 drm_vma_node_offset_addr ( | struct drm_vma_offset_node * node) ; |
Same as drm_vma_node_start
but returns the address as a valid offset that
can be used for user-space mappings during mmap
.
This must not be called on unlinked nodes.