summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-22ttm: Don't return the bo reserved on error pathThomas Hellstrom1-1/+7
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie1-71/+26
2011-10-18Merge tag 'v3.1-rc10' into drm-core-nextDave Airlie1-1/+2
2011-10-05ttm: export ttm_bo_createThomas Hellstrom1-0/+1
2011-09-14drm/ttm: request zeroed system memory pages for new TT buffer objectsBen Skeggs1-1/+2
2011-08-31drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák1-26/+71
2011-08-23drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs1-4/+6
2011-08-23drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz1-1/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-05drm: fix "persistant" typoJan Engelhardt1-5/+5
2011-02-23drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs1-1/+2
2011-01-10Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-57/+99
2010-12-24drm/ttm: use cancel_delayed_work_sync() in ttm_boTejun Heo1-2/+1
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom1-8/+36
2010-11-22drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom1-0/+1
2010-11-22drm/ttm: Improved fencing of buffer object listsThomas Hellstrom1-3/+8
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom1-27/+28
2010-11-22drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom1-3/+12
2010-11-22drm/ttm: Use kref_sub instead of repeatedly calling kref_putThomas Hellstrom1-4/+2
2010-11-22drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie1-16/+16
2010-11-18drm/ttm: Fix up a theoretical deadlockThomas Hellstrom1-0/+11
2010-11-10drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom1-0/+4
2010-11-09drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinningThomas Hellstrom1-28/+2
2010-11-09drm/ttm: Make sure a sync object doesn't disappear while we use itThomas Hellstrom1-4/+7
2010-11-09drm/ttm: Add a barrier when unreservingThomas Hellstrom1-0/+6
2010-11-09drm/ttm: Remove mm init error printouts and checksThomas Hellstrom1-18/+2
2010-11-09drm/ttm: Remove pointless list_empty checkThomas Hellstrom1-7/+0
2010-11-09drm/ttm: Documentation updateThomas Hellstrom1-8/+0
2010-10-21drm/ttm: Optimize delayed buffer destructionThomas Hellstrom1-64/+107
2010-10-21drm/ttm: Avoid using the ttm_mem_type_manager::put_locked functionThomas Hellstrom1-26/+6
2010-10-19drm/ttm: Simplify ttm_bo_wait_unreservedJean Delvare1-7/+2
2010-10-19drm/ttm: add unlocked variant of new manager put node.Dave Airlie1-3/+10
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-9/+70
2010-10-06drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom1-12/+71
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-79/+21
2010-10-05drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs1-11/+15
2010-08-04drm: move ttm global code to core drmDave Airlie1-2/+2
2010-07-07drm: kill drm_mm_node->privateDaniel Vetter1-6/+0
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-48/+50
2010-05-18ttm: Provide an API for starting and stopping the delayed workqueueMatthew Garrett1-0/+14
2010-05-07drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom1-29/+1
2010-04-20drm/ttm: remove io_ field from TTM V6Jerome Glisse1-22/+0
2010-04-20drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse1-2/+5
2010-04-08drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse1-25/+32
2010-03-31Merge branch 'v2.6.34-rc2' into drm-linusDave Airlie1-1/+1
2010-03-15drm: "kobject_init/kobject_add" -> "kobject_init_and_add".Robert P. J. Day1-2/+2
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-02-15drm/ttm: Fix a bug occuring when validating a buffer object in a range.Thomas Hellstrom1-0/+6
2010-01-25drm/ttm: Allow system memory as a busy placement.Thomas Hellstrom1-0/+8
2010-01-25drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final)Luca Barbieri1-31/+23