aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
2014-03-23drm/ttm: don't oops if no invalidate_caches()Rob Clark
2013-12-04drm/ttm: Fix memory type compatibility checkThomas Hellstrom
2013-02-08Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...Dave Airlie
2013-01-21ttm: on move memory failure don't leave a node danglingDave Airlie
2013-01-15drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst
2013-01-15drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst
2012-12-20drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handlingMaarten Lankhorst
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst
2012-12-10drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2Maarten Lankhorst
2012-12-10drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2Maarten Lankhorst
2012-12-10drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3Maarten Lankhorst
2012-12-10drm/ttm: change fence_lock to inner lockMaarten Lankhorst
2012-11-28drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst
2012-11-20drm/ttm: Optimize reservation slightlyThomas Hellstrom
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz
2012-11-07drm/ttm: add ttm_bo_is_reservedMaarten Lankhorst
2012-10-23drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()Thomas Hellstrom
2012-10-23drm/ttm: Fix a theoretical raceThomas Hellstrom
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-06-12drm/ttm: Fix buffer object metadata accounting regression v2Thomas Hellstrom
2012-06-01drm/ttm: Fix spinlock imbalanceThomas Hellstrom
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches
2012-01-25drm/ttm: fix two regressions since move_notify changesBen Skeggs
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-12-06drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse
2011-12-06drm/ttm: remove userspace backed ttm object supportJerome Glisse
2011-11-22ttm: Don't return the bo reserved on error pathThomas Hellstrom
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie
2011-10-18Merge tag 'v3.1-rc10' into drm-core-nextDave Airlie
2011-10-05ttm: export ttm_bo_createThomas Hellstrom
2011-09-14drm/ttm: request zeroed system memory pages for new TT buffer objectsBen Skeggs
2011-08-31drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák
2011-08-23drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs
2011-08-23drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-04-05drm: fix "persistant" typoJan Engelhardt
2011-02-23drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs
2011-01-10Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-12-24drm/ttm: use cancel_delayed_work_sync() in ttm_boTejun Heo
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom
2010-11-22drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom
2010-11-22drm/ttm: Improved fencing of buffer object listsThomas Hellstrom