Initialize a drm-mm allocator
void drm_mm_init(struct drm_mm * mm, unsigned long start, unsigned long size);
mm
the drm_mm structure to initialize
start
start of the range managed by mm
size
end of the range managed by mm
Note that mm must be cleared to 0 before calling this function.
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