aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_tt.c
AgeCommit message (Expand)Author
2013-09-19drm/ttm: fix the tt_populated check in ttm_tt_destroy()Ben Skeggs
2013-02-22new helper: file_inode(file)Al Viro
2012-11-16drm/ttm: remove unneeded preempt_disable/enableAkinobu Mita
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02gpu/drm/ttm: use copy_highpageAkinobu Mita
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-06ttm: fix agp since ttm tt reworkJerome 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-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-06-27drm/ttm: use shmem_read_mapping_pageHugh Dickins
2011-04-05drm: fix "persistant" typoJan Engelhardt
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie
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: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk
2010-11-09drm/ttm: remove failed ttm binding error printoutThomas Hellstrom
2010-04-20Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie
2010-04-06drm/ttm: add pool wc/uc page allocator V3Pauli Nieminen
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15drm/ttm: use drm calloc large and free largeDave Airlie
2010-03-01Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie
2010-02-25drm/ttm: handle OOM in ttm_tt_swapoutMaarten Maathuis
2010-02-20drm/ttm: fix caching problem on non-PAT systems.Francisco Jerez
2010-02-01drm/ttm: Avoid conflicting reserve_memtype during ttm_tt_set_page_caching.Francisco Jerez
2009-12-08Merge branch 'drm-core-next' into drm-linusDave Airlie
2009-12-07drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom
2009-11-04drm/radeon/kms: fix coherency issues on AGP cards.Dave Airlie
2009-08-27drm/ttm: consolidate cache flushing code in one place.Dave Airlie
2009-08-20Merge Linus master to drm-nextDave Airlie
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom
2009-08-19drm/ttm: Memory accounting rework.Thomas Hellstrom
2009-07-29drm/ttm: fix highuser vs dma32 confusion.Dave Airlie
2009-07-29drm/ttm: powerpc: Fix Highmem cache flushing.Thomas Hellstrom
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie
2009-06-24drm: remove unused #include <linux/version.h>'sHuang Weiyi
2009-06-19drm/ttm: Add some powerpc cache flush code.Michel Dänzer
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom