drm_mm_insert_node —
search for space and insert node
int drm_mm_insert_node ( | struct drm_mm * mm, |
struct drm_mm_node * node, | |
u64 size, | |
unsigned alignment, | |
enum drm_mm_search_flags flags) ; |
mm
drm_mm to allocate from
node
preallocate node to insert
size
size of the allocation
alignment
alignment of the allocation
flags
flags to fine-tune the allocation