drm/libdrm
Thomas Hellstrom f2db76e2f2 Big update:
Adapt for new functions in the 2.6.19 kernel.
Remove the ability to have multiple regions in one TTM.
   This simplifies a lot of code.
Remove the ability to access TTMs from user space.
   We don't need it anymore without ttm regions.
Don't change caching policy for evicted buffers. Instead change it only
   when the buffer is accessed by the CPU (on the first page fault).
   This tremendously speeds up eviction rates.
Current code is safe for kernels <= 2.6.14.
Should also be OK with 2.6.19 and above.
2006-10-11 13:40:35 +02:00
..
ChangeLog Avoid walking off the end of the hash table. (Coverity report #465) 2006-03-15 01:02:54 +00:00
Makefile.am Memory manager init and takedown. 2006-08-30 13:04:08 +02:00
TODO Formatting cleanup, dead code removal. Remove N() namespacing macro, 2006-02-20 23:09:00 +00:00
xf86drm.c Big update: 2006-10-11 13:40:35 +02:00
xf86drm.h Core vsync: Add flag DRM_VBLANK_NEXTONMISS. 2006-09-29 12:55:08 +02:00
xf86drmHash.c Avoid walking off the end of the hash table. (Coverity report #465) 2006-03-15 01:02:54 +00:00
xf86drmRandom.c Formatting cleanup, dead code removal. Remove N() namespacing macro, 2006-02-20 23:09:00 +00:00
xf86drmSL.c Formatting cleanup, dead code removal. Remove N() namespacing macro, 2006-02-20 23:09:00 +00:00
xf86mm.h Big update: 2006-10-11 13:40:35 +02:00