summaryrefslogtreecommitdiff
path: root/linux-core/drm_sman.h
AgeCommit message (Collapse)Author
2008-07-30Revert "Rename drm_mm.c and its fuctions to drm_memrange."Eric Anholt
This reverts commit 3ad8db2071d30c198403e605f2726fc5c3e46bfd. We ended up not needing that namespace, and I'd rather not have the churn for producing diffs.
2008-04-28Rename drm_mm.c and its fuctions to drm_memrange.Eric Anholt
It's not really a graphics memory allocator, just something to track ranges of address space. It doesn't involve actual allocation, and was consuming some desired namespace.
2007-07-16drm: remove hashtab/sman and object typedefsDave Airlie
2006-08-14remove all TRUE instances as wellDave Airlie
2006-08-07drm: fixup whitespace and style for Linux kernel importDave Airlie
2006-06-06Merge in the drm-sman-branchThomas Hellstrom