aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_hashtab.c
Commit message (Collapse)AuthorAge
* drm: add missing NULL assignmentDave Airlie2007-03-10
| | | | Signed-off-by: Dave Airlie <airlied@linux.ie>
* drm: port over use_vmalloc code from git hashtabDave Airlie2007-03-10
| | | | Signed-off-by: Dave Airlie <airlied@linux.ie>
* drm: Fix hashtab implementation leaking illegal error codes to user space.Thomas Hellstrom2006-09-21
| | | | | | reported by Dave Airlie Signed-off-by: Dave Airlie <airlied@linux.ie>
* drm: add simple DRM memory manager, and hash tableThomas Hellstrom2006-09-21
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>