summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_tt.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-06-27drm/ttm: use shmem_read_mapping_pageHugh Dickins1-2/+3
2011-04-05drm: fix "persistant" typoJan Engelhardt1-8/+8
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie1-2/+2
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk1-2/+2
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk1-1/+1
2011-01-27ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk1-2/+8
2010-11-09drm/ttm: remove failed ttm binding error printoutThomas Hellstrom1-3/+1
2010-04-20Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie1-23/+21
2010-04-06drm/ttm: add pool wc/uc page allocator V3Pauli Nieminen1-23/+21
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-20/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-15drm/ttm: use drm calloc large and free largeDave Airlie1-20/+3
2010-03-01Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie1-7/+11
2010-02-25drm/ttm: handle OOM in ttm_tt_swapoutMaarten Maathuis1-7/+11
2010-02-20drm/ttm: fix caching problem on non-PAT systems.Francisco Jerez1-7/+11
2010-02-01drm/ttm: Avoid conflicting reserve_memtype during ttm_tt_set_page_caching.Francisco Jerez1-7/+16
2009-12-08Merge branch 'drm-core-next' into drm-linusDave Airlie1-0/+1
2009-12-07drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom1-0/+1
2009-11-04drm/radeon/kms: fix coherency issues on AGP cards.Dave Airlie1-0/+1
2009-08-27drm/ttm: consolidate cache flushing code in one place.Dave Airlie1-65/+2
2009-08-20Merge Linus master to drm-nextDave Airlie1-6/+19
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom1-7/+5
2009-08-19drm/ttm: Memory accounting rework.Thomas Hellstrom1-18/+11
2009-07-29drm/ttm: fix highuser vs dma32 confusion.Dave Airlie1-1/+3
2009-07-29drm/ttm: powerpc: Fix Highmem cache flushing.Thomas Hellstrom1-4/+10
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie1-2/+7
2009-06-24drm: remove unused #include <linux/version.h>'sHuang Weiyi1-1/+0
2009-06-19drm/ttm: Add some powerpc cache flush code.Michel Dänzer1-1/+10
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom1-0/+635