SYNOPSIS

void drm_mm_init(struct drm_mm * mm, unsigned long start, unsigned long size);

ARGUMENTS

mm

the drm_mm structure to initialize

start

start of the range managed by mm

size

end of the range managed by mm

DESCRIPTION

Note that mm must be cleared to 0 before calling this function.

AUTHORS

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

COPYRIGHT