Return size (page-based)
unsigned long drm_vma_node_size(struct drm_vma_offset_node * node);
node
Node to inspect
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.
Size of node as number of pages. 0 if the node does not have an offset allocated.
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