summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
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-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-03-20drm: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches
2012-01-25drm/ttm: fix two regressions since move_notify changesBen Skeggs
2012-01-13ttm/dma: Remove the WARN() which is not useful.Konrad Rzeszutek Wilk
2012-01-10drm/ttm: fix condition (and vs or)Dan Carpenter
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse
2012-01-06drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and d...Konrad Rzeszutek Wilk
2012-01-06drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.Konrad Rzeszutek Wilk
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: isolate dma data from ttm_tt V4Jerome Glisse
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse
2011-12-06drm/ttm: page allocation use page array instead of listJerome Glisse
2011-12-06drm/ttm: test for dma_address array allocation failureJerome Glisse
2011-12-06drm/ttm: use ttm put pages function to properly restore cache attributeJerome Glisse
2011-12-06drm/ttm: remove split btw highmen and lowmem pageJerome 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-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