summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Use pr_fmt and pr_<level>Joe Perches2012-03-201-41/+31
* drm/ttm: fix two regressions since move_notify changesBen Skeggs2012-01-251-4/+13
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-1/+7
|\
| * ttm: Don't return the bo reserved on error pathThomas Hellstrom2011-11-221-1/+7
* | drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse2011-12-061-3/+6
* | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-061-12/+40
* | drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-061-6/+3
* | drm/ttm: remove userspace backed ttm object supportJerome Glisse2011-12-061-22/+0
|/
* Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-271-71/+26
* Merge tag 'v3.1-rc10' into drm-core-nextDave Airlie2011-10-181-1/+2
|\
| * drm/ttm: request zeroed system memory pages for new TT buffer objectsBen Skeggs2011-09-141-1/+2
* | ttm: export ttm_bo_createThomas Hellstrom2011-10-051-0/+1
* | drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák2011-08-311-26/+71
|/
* drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs2011-08-231-4/+6
* drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz2011-08-231-1/+3
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* 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
OpenPOWER on IntegriCloud