Name
drm_vma_node_size —
Return size (page-based)
Synopsis
unsigned long drm_vma_node_size ( | struct drm_vma_offset_node * node) ; |
Description
Return the size as number of pages for the given node. This is the same size
that was passed to drm_vma_offset_add
. If no offset is allocated for the
node, this is 0.
RETURNS
Size of node
as number of pages. 0 if the node does not have an offset
allocated.