aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-0/+1
|\
| * drm/ttm: Fix spinlock imbalanceThomas Hellstrom2012-06-101-0/+1
* | samsung update 1codeworkx2012-06-021-82/+94
|/
* drm/ttm: request zeroed system memory pages for new TT buffer objectsBen Skeggs2011-12-091-1/+2
* drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs2011-10-251-4/+6
* drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz2011-08-291-1/+3
* drm: fix "persistant" typoJan Engelhardt2011-04-051-5/+5
* drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs2011-02-231-1/+2
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-101-57/+99
|\
| * drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom2010-11-221-8/+36
| * drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom2010-11-221-0/+1
| * drm/ttm: Improved fencing of buffer object listsThomas Hellstrom2010-11-221-3/+8
| * drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom2010-11-221-27/+28
| * drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom2010-11-221-3/+12
| * drm/ttm: Use kref_sub instead of repeatedly calling kref_putThomas Hellstrom2010-11-221-4/+2
| * drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie2010-11-221-16/+16
* | drm/ttm: use cancel_delayed_work_sync() in ttm_boTejun Heo2010-12-241-2/+1
|/
* drm/ttm: Fix up a theoretical deadlockThomas Hellstrom2010-11-181-0/+11
* drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom2010-11-101-0/+4
* drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinningThomas Hellstrom2010-11-091-28/+2
* drm/ttm: Make sure a sync object doesn't disappear while we use itThomas Hellstrom2010-11-091-4/+7
* drm/ttm: Add a barrier when unreservingThomas Hellstrom2010-11-091-0/+6
* drm/ttm: Remove mm init error printouts and checksThomas Hellstrom2010-11-091-18/+2
* drm/ttm: Remove pointless list_empty checkThomas Hellstrom2010-11-091-7/+0
* drm/ttm: Documentation updateThomas Hellstrom2010-11-091-8/+0
* drm/ttm: Optimize delayed buffer destructionThomas Hellstrom2010-10-211-64/+107
* drm/ttm: Avoid using the ttm_mem_type_manager::put_locked functionThomas Hellstrom2010-10-211-26/+6
* drm/ttm: Simplify ttm_bo_wait_unreservedJean Delvare2010-10-191-7/+2
* drm/ttm: add unlocked variant of new manager put node.Dave Airlie2010-10-191-3/+10
* Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2010-10-191-9/+70
|\
| * drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom2010-10-061-12/+71
* | drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-051-79/+21
* | drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs2010-10-051-11/+15
|/
* drm: move ttm global code to core drmDave Airlie2010-08-041-2/+2
* drm: kill drm_mm_node->privateDaniel Vetter2010-07-071-6/+0
* Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-211-48/+50
|\
| * ttm: Provide an API for starting and stopping the delayed workqueueMatthew Garrett2010-05-181-0/+14
| * drm/ttm: remove io_ field from TTM V6Jerome Glisse2010-04-201-22/+0
| * drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse2010-04-201-2/+5
| * drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse2010-04-081-25/+32
* | drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom2010-05-071-29/+1
|/
* Merge branch 'v2.6.34-rc2' into drm-linusDave Airlie2010-03-311-1/+1
|\
| * Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* | drm: "kobject_init/kobject_add" -> "kobject_init_and_add".Robert P. J. Day2010-03-151-2/+2
|/
* drm/ttm: Fix a bug occuring when validating a buffer object in a range.Thomas Hellstrom2010-02-151-0/+6
* drm/ttm: Allow system memory as a busy placement.Thomas Hellstrom2010-01-251-0/+8
* drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final)Luca Barbieri2010-01-251-31/+23
* drm/ttm: Make sure system buffer objects has offset == 0.Thomas Hellstrom2010-01-141-1/+2
* drm/ttm: Export symbols needed for vmwgfx suspend / resume operations.Thomas Hellstrom2010-01-141-0/+1
* drm/ttm: Add a swap_notify callback.Thomas Hellstrom2010-01-141-0/+3