summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_bufmgr_ttm.c
AgeCommit message (Collapse)Author
2007-10-16i915: fixup TTM interfaces to follow drm changesDave Airlie
2007-10-12i915: fixup reloc header definesDave Airlie
2007-10-09i915: workout max relocs from batch buffer sizeDave Airlie
2007-10-09i915: fixup up bufmgr to pass num buffers to kernelDave Airlie
remove unneeded entry points
2007-10-05i915: drop complex list handling for nowDave Airlie
If this proves a win later we can add it back but at the moment I don't think it's required yet
2007-10-05i915: clean up lists on teardownDave Airlie
also fix a use of uninitialised pointer
2007-10-05i915: add copyrights to new filesDave Airlie
2007-10-04i915: add superioctl support to the ttm codepaths.Dave Airlie
gears now runs for about 10-15 seconds with some artifacts before falling over.
2007-10-03i915: add superioctl initial support inside bufmgr ttmDave Airlie