aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_tt.c
Commit message (Expand)AuthorAgeFilesLines
* merge more graphics stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-66/+265
* samsung update 1codeworkx2012-06-021-264/+66
* drm/ttm: use shmem_read_mapping_pageHugh Dickins2011-06-271-2/+3
* drm: fix "persistant" typoJan Engelhardt2011-04-051-8/+8
* Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie2011-02-231-2/+2
* ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2011-02-221-2/+2
* ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2011-01-271-1/+1
* ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk2011-01-271-2/+8
* drm/ttm: remove failed ttm binding error printoutThomas Hellstrom2010-11-091-3/+1
* Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie2010-04-201-23/+21
|\
| * drm/ttm: add pool wc/uc page allocator V3Pauli Nieminen2010-04-061-23/+21
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-20/+3
|\ \ | |/
| * drm/ttm: use drm calloc large and free largeDave Airlie2010-03-151-20/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie2010-03-011-7/+11
|\
| * drm/ttm: handle OOM in ttm_tt_swapoutMaarten Maathuis2010-02-251-7/+11
* | drm/ttm: fix caching problem on non-PAT systems.Francisco Jerez2010-02-201-7/+11
|/
* drm/ttm: Avoid conflicting reserve_memtype during ttm_tt_set_page_caching.Francisco Jerez2010-02-011-7/+16
* Merge branch 'drm-core-next' into drm-linusDave Airlie2009-12-081-0/+1
|\
| * drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom2009-12-071-0/+1
* | drm/radeon/kms: fix coherency issues on AGP cards.Dave Airlie2009-11-041-0/+1
|/
* drm/ttm: consolidate cache flushing code in one place.Dave Airlie2009-08-271-65/+2
* Merge Linus master to drm-nextDave Airlie2009-08-201-6/+19
|\
| * drm/ttm: fix highuser vs dma32 confusion.Dave Airlie2009-07-291-1/+3
| * drm/ttm: powerpc: Fix Highmem cache flushing.Thomas Hellstrom2009-07-291-4/+10
| * drm/ttm/radeon: add dma32 support.Dave Airlie2009-07-151-2/+7
* | ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom2009-08-191-7/+5
* | drm/ttm: Memory accounting rework.Thomas Hellstrom2009-08-191-18/+11
|/
* drm: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-241-1/+0
* drm/ttm: Add some powerpc cache flush code.Michel Dänzer2009-06-191-1/+10
* drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom2009-06-151-0/+635