summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
2011-11-22ttm: Don't return the bo reserved on error pathThomas Hellstrom
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-10-28Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
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-18ttm: Fix error-path using an uninitialized valueThomas Hellstrom
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: unbind ttm before destroying node in accel move cleanupBen Skeggs
2011-08-23drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-13Merge 3.0-rc7 into drm-core-nextDave Airlie
2011-06-27drm/ttm: use shmem_read_mapping_pageHugh Dickins
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-04-26Merge branch 'master' into for-nextJiri Kosina
2011-04-13Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."Dave Airlie
2011-04-10drm: minor kref_put() nitsPaul Bolle
2011-04-05drm: fix "persistant" typoJan Engelhardt
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie
2011-02-23drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk
2011-01-27ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set.Konrad Rzeszutek Wilk
2011-01-27ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk
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-12-16drm/ttm: delay freeing of old node during move_memcpy until after iounmapBen Skeggs
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: Optimize ttm_eu_backoff_reservationThomas 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: remove failed ttm binding error printoutThomas 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: Use private locks for the default bo range managerThomas Hellstrom
2010-11-09drm/ttm: Documentation updateThomas Hellstrom
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds