aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-12drm/ttm: Fix buffer object metadata accounting regression v2Thomas Hellstrom1-10/+3
2012-06-01drm/ttm: Fix spinlock imbalanceThomas Hellstrom1-0/+1
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie1-2/+15
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-125/+96
2012-03-20drm: remove the second argument of k[un]map_atomic()Cong Wang1-8/+8
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches8-125/+96
2012-01-25drm/ttm: fix two regressions since move_notify changesBen Skeggs1-4/+13
2012-01-13ttm/dma: Remove the WARN() which is not useful.Konrad Rzeszutek Wilk1-3/+2
2012-01-10drm/ttm: fix condition (and vs or)Dan Carpenter1-5/+3
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse2-0/+19
2012-01-06drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and don't try to free freed pages.Konrad Rzeszutek Wilk1-5/+10
2012-01-06drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.Konrad Rzeszutek Wilk1-2/+5
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+7
2011-12-06drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse1-3/+6
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2-12/+41
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse3-85/+124
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk4-0/+1141
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse4-102/+86
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse3-105/+51
2011-12-06drm/ttm: page allocation use page array instead of listJerome Glisse2-62/+59
2011-12-06drm/ttm: test for dma_address array allocation failureJerome Glisse1-1/+1
2011-12-06drm/ttm: use ttm put pages function to properly restore cache attributeJerome Glisse1-1/+4
2011-12-06drm/ttm: remove split btw highmen and lowmem pageJerome Glisse1-9/+2
2011-12-06drm/ttm: remove userspace backed ttm object supportJerome Glisse2-126/+1
2011-11-22ttm: Don't return the bo reserved on error pathThomas Hellstrom1-1/+7
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-10-28Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie4-111/+33
2011-10-18Merge tag 'v3.1-rc10' into drm-core-nextDave Airlie1-1/+2
2011-10-18ttm: Fix error-path using an uninitialized valueThomas Hellstrom1-1/+1
2011-10-05ttm: export ttm_bo_createThomas Hellstrom1-0/+1
2011-09-14drm/ttm: request zeroed system memory pages for new TT buffer objectsBen Skeggs1-1/+2
2011-08-31drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák4-33/+111
2011-08-23drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs1-4/+6
2011-08-23drm/ttm: unbind ttm before destroying node in accel move cleanupBen Skeggs1-1/+1
2011-08-23drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz1-1/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma4-4/+4
2011-07-13Merge 3.0-rc7 into drm-core-nextDave Airlie1-2/+3
2011-06-27drm/ttm: use shmem_read_mapping_pageHugh Dickins1-2/+3
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk1-8/+8
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+3
2011-04-26Merge branch 'master' into for-nextJiri Kosina3-36/+16
2011-04-13Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."Dave Airlie1-23/+3
2011-04-10drm: minor kref_put() nitsPaul Bolle1-1/+1
2011-04-05drm: fix "persistant" typoJan Engelhardt2-13/+13
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie2-8/+7
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-nextDave Airlie3-10/+40
2011-02-23drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs1-1/+2
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2-7/+8
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2-2/+3