Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drm: Fix hashtab implementation leaking illegal error codes to user space. | Thomas Hellstrom | 2006-09-22 | 1 | -3/+3 |
| | | | | | | reported by Dave Airlie Signed-off-by: Dave Airlie <airlied@linux.ie> | ||||
* | drm: add simple DRM memory manager, and hash table | Thomas Hellstrom | 2006-09-22 | 1 | -0/+190 |
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> |