summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo_vm.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom1-8/+15
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom1-3/+3
2010-04-20drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse1-20/+21
2009-12-16drm/ttm: fix incorrect logic in ttm_bo_io pathDave Airlie1-1/+1
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom1-6/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-07-29Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie1-0/+3
2009-07-15drm/ttm: fix misplaced parenthesesRoel Kluin1-2/+2
2009-06-24drm: remove unused #include <linux/version.h>'sHuang Weiyi1-1/+0
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom1-0/+454