]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit93b14daed7f592e78ad27904947e09338abe7740
treeffae75227509c612a12dc1abb4f9b717de185054
parentfbfc7bff7404b47d90cbb27d9453e114c7e37c59
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]