summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák2011-08-314-33/+111
* drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs2011-08-231-4/+6
* drm/ttm: unbind ttm before destroying node in accel move cleanupBen Skeggs2011-08-231-1/+1
* drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz2011-08-231-1/+3
* atomic: use <linux/atomic.h>Arun Sharma2011-07-274-4/+4
* Merge 3.0-rc7 into drm-core-nextDave Airlie2011-07-131-2/+3
|\
| * drm/ttm: use shmem_read_mapping_pageHugh Dickins2011-06-281-2/+3
* | ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk2011-06-211-8/+8
|/
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-1/+3
* Merge branch 'master' into for-nextJiri Kosina2011-04-263-36/+16Star
|\
| * Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."Dave Airlie2011-04-131-23/+3Star
| * drm: fix "persistant" typoJan Engelhardt2011-04-052-13/+13
* | drm: minor kref_put() nitsPaul Bolle2011-04-101-1/+1
|/
* Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie2011-02-232-8/+7Star
* Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2011-02-233-10/+40
|\
| * ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2011-02-222-7/+8
| * ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2011-01-272-2/+3
| * ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set.Konrad Rzeszutek Wilk2011-01-271-3/+23
| * ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk2011-01-272-5/+13
* | 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-114-111/+381
|\ \
| * | drm/ttm: delay freeing of old node during move_memcpy until after iounmapBen Skeggs2010-12-161-1/+1
| * | drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom2010-11-223-30/+166
| * | drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom2010-11-222-1/+5
| * | drm/ttm: Improved fencing of buffer object listsThomas Hellstrom2010-11-222-14/+33
| * | drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom2010-11-224-37/+38
| * | drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom2010-11-221-3/+12
| * | drm/ttm: Optimize ttm_eu_backoff_reservationThomas Hellstrom2010-11-221-7/+8
| * | drm/ttm: Use kref_sub instead of repeatedly calling kref_putThomas Hellstrom2010-11-221-4/+2Star
| * | drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie2010-11-222-27/+129
* | | drm/ttm: use cancel_delayed_work_sync() in ttm_boTejun Heo2010-12-241-2/+1Star
|/ /
* / 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/+2Star
* drm/ttm: Make sure a sync object doesn't disappear while we use itThomas Hellstrom2010-11-091-4/+7
* drm/ttm: remove failed ttm binding error printoutThomas Hellstrom2010-11-091-3/+1Star
* 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/+2Star
* drm/ttm: Remove pointless list_empty checkThomas Hellstrom2010-11-091-7/+0Star
* drm/ttm: Use private locks for the default bo range managerThomas Hellstrom2010-11-091-36/+45
* drm/ttm: Documentation updateThomas Hellstrom2010-11-091-8/+0Star
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-275-178/+293
|\
| * 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-212-36/+6Star
| * drm/ttm: Simplify ttm_bo_wait_unreservedJean Delvare2010-10-191-7/+2Star
| * drm/ttm: add unlocked variant of new manager put node.Dave Airlie2010-10-192-3/+20
| * Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2010-10-191-9/+70
| |\
| * \ Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie2010-10-065-91/+179
| |\ \
| | * | drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-055-83/+174
| | * | drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs2010-10-052-19/+16Star