aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
Commit message (Expand)AuthorAge
* Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...Dave Airlie2013-02-07
|\
| * drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst2013-01-15
| * drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst2013-01-15
| * drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst2013-01-15
* | ttm: on move memory failure don't leave a node danglingDave Airlie2013-01-20
|/
* drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handlingMaarten Lankhorst2012-12-19
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-10
* drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2Maarten Lankhorst2012-12-10
* drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2Maarten Lankhorst2012-12-10
* drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3Maarten Lankhorst2012-12-10
* drm/ttm: change fence_lock to inner lockMaarten Lankhorst2012-12-10
* drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom2012-11-28
* drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst2012-11-20
* drm/ttm: Optimize reservation slightlyThomas Hellstrom2012-11-20
* drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst2012-11-20
* drm/ttm: remove sync_obj_arg memberMaarten Lankhorst2012-11-20
* drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz2012-11-20
* drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-20
* drm/ttm: add ttm_bo_is_reservedMaarten Lankhorst2012-11-06
* drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()Thomas Hellstrom2012-10-22
* drm/ttm: Fix a theoretical raceThomas Hellstrom2012-10-22
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
* drm/ttm: Fix buffer object metadata accounting regression v2Thomas Hellstrom2012-06-12
* drm/ttm: Fix spinlock imbalanceThomas Hellstrom2012-06-01
* ttm: add prime sharing support to TTM (v2)Dave Airlie2012-05-23
* drm/ttm: Use pr_fmt and pr_<level>Joe Perches2012-03-20
* drm/ttm: fix two regressions since move_notify changesBen Skeggs2012-01-25
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-20
|\
| * ttm: Don't return the bo reserved on error pathThomas Hellstrom2011-11-22
* | drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse2011-12-06
* | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-06
* | drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-06
* | drm/ttm: remove userspace backed ttm object supportJerome Glisse2011-12-06
|/
* Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-27
* Merge tag 'v3.1-rc10' into drm-core-nextDave Airlie2011-10-18
|\
| * drm/ttm: request zeroed system memory pages for new TT buffer objectsBen Skeggs2011-09-14
* | ttm: export ttm_bo_createThomas Hellstrom2011-10-05
* | drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák2011-08-31
|/
* drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs2011-08-23
* drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz2011-08-23
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* drm: fix "persistant" typoJan Engelhardt2011-04-04
* drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs2011-02-22
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-10
|\
| * drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom2010-11-21
| * drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom2010-11-21
| * drm/ttm: Improved fencing of buffer object listsThomas Hellstrom2010-11-21
| * drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom2010-11-21
| * drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom2010-11-21
| * drm/ttm: Use kref_sub instead of repeatedly calling kref_putThomas Hellstrom2010-11-21