OSDN Git Service

Add improved alignment functionality to the core memory manager.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Thu, 26 Oct 2006 19:17:43 +0000 (21:17 +0200)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Thu, 26 Oct 2006 19:17:43 +0000 (21:17 +0200)
commit47dbfc4e4a3e8ce2ec468bc3874f74f7e2b13476
tree84231b2f839577e0486bd3920f0c6a809103a5cb
parentb4fba1679b6156e3ca6f053b44cae0b003febe7f
Add improved alignment functionality to the core memory manager.
This makes an allocated block actually align itself and returns any
wasted space to the manager.

Also add some functions to grow and shrink the managed area.
This will be used in the future to manage the buffer object swap cache.
linux-core/drm_mm.c