[PATCH 04/11] drm: mm: add api for embedding struct drm_mm_node

2011-02-18 Thread Daniel Vetter
The old api has a two-step process: First search for a suitable free hole, then allocate from that specific hole. No user used this to do anything clever. So drop it for the embeddable variant of the drm_mm api (the old one retains this ability, for the time being). With struct drm_mm_node embedde

[PATCH 04/11] drm: mm: add api for embedding struct drm_mm_node

2011-02-18 Thread Daniel Vetter
The old api has a two-step process: First search for a suitable free hole, then allocate from that specific hole. No user used this to do anything clever. So drop it for the embeddable variant of the drm_mm api (the old one retains this ability, for the time being). With struct drm_mm_node embedde