drm: add simple DRM memory manager, and hash table
authorThomas Hellstrom <thomas@tungstengraphics.com>
Mon, 7 Aug 2006 11:30:28 +0000 (21:30 +1000)
committerDave Airlie <airlied@linux.ie>
Thu, 21 Sep 2006 19:32:31 +0000 (05:32 +1000)
commit3a1bd924f36da202e480a0e0174b2878c0924a05
treeffae75227509c612a12dc1abb4f9b717de185054
parentb9b603dd1c99a68e65ad51cda25379441df2e17b
drm: add simple DRM memory manager, and hash table

This adds the DRM hashtable and simple memory manager implementations from
Tungsten Graphics, this is NOT the new memory manager, this is a replacement
for the SIS and VIA memory managers.

Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/Makefile
drivers/char/drm/drmP.h
drivers/char/drm/drm_hashtab.c [new file with mode: 0644]
drivers/char/drm/drm_hashtab.h [new file with mode: 0644]
drivers/char/drm/drm_mm.c [new file with mode: 0644]
drivers/char/drm/drm_sman.c [new file with mode: 0644]
drivers/char/drm/drm_sman.h [new file with mode: 0644]