aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
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
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom
2010-11-22drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom
2010-11-22drm/ttm: Use kref_sub instead of repeatedly calling kref_putThomas Hellstrom
2010-11-22drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie
2010-11-18drm/ttm: Fix up a theoretical deadlockThomas Hellstrom
2010-11-10drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom
2010-11-09drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinningThomas Hellstrom
2010-11-09drm/ttm: Make sure a sync object doesn't disappear while we use itThomas Hellstrom
2010-11-09drm/ttm: Add a barrier when unreservingThomas Hellstrom
2010-11-09drm/ttm: Remove mm init error printouts and checksThomas Hellstrom
2010-11-09drm/ttm: Remove pointless list_empty checkThomas Hellstrom
2010-11-09drm/ttm: Documentation updateThomas Hellstrom
2010-10-21drm/ttm: Optimize delayed buffer destructionThomas Hellstrom
2010-10-21drm/ttm: Avoid using the ttm_mem_type_manager::put_locked functionThomas Hellstrom
2010-10-19drm/ttm: Simplify ttm_bo_wait_unreservedJean Delvare
2010-10-19drm/ttm: add unlocked variant of new manager put node.Dave Airlie
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie
2010-10-06drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs
2010-10-05drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs
2010-08-04drm: move ttm global code to core drmDave Airlie
2010-07-07drm: kill drm_mm_node->privateDaniel Vetter
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-05-18ttm: Provide an API for starting and stopping the delayed workqueueMatthew Garrett
2010-05-07drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom
2010-04-20drm/ttm: remove io_ field from TTM V6Jerome Glisse
2010-04-20drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse
2010-04-08drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse
2010-03-31Merge branch 'v2.6.34-rc2' into drm-linusDave Airlie