Rename drm_mm.c and its fuctions to drm_memrange.
authorEric Anholt <eric@anholt.net>
Mon, 28 Apr 2008 23:54:53 +0000 (16:54 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 28 Apr 2008 23:54:53 +0000 (16:54 -0700)
commit3ad8db2071d30c198403e605f2726fc5c3e46bfd
tree93ff7f1c47f553ae1cc20816cce9457d5c5878ee
parent22877864c204139fe1c46899bedd237e38f0e849
Rename drm_mm.c and its fuctions to drm_memrange.

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.
12 files changed:
linux-core/Makefile.kernel
linux-core/drmP.h
linux-core/drm_bo.c
linux-core/drm_bo_move.c
linux-core/drm_drv.c
linux-core/drm_memrange.c [moved from linux-core/drm_mm.c with 70% similarity]
linux-core/drm_objects.h
linux-core/drm_sman.c
linux-core/drm_sman.h
linux-core/drm_stub.c
linux-core/nouveau_bo.c
linux-core/nouveau_sgdma.c