summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_tt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom2014-01-081-4/+23
* drm/ttm: fix the tt_populated check in ttm_tt_destroy()Ben Skeggs2013-09-191-1/+1
* new helper: file_inode(file)Al Viro2013-02-231-2/+2
* drm/ttm: remove unneeded preempt_disable/enableAkinobu Mita2012-11-161-4/+0Star
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-14/+2Star
|\
| * gpu/drm/ttm: use copy_highpageAkinobu Mita2012-10-021-14/+2Star
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-6/+6
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-221-3/+5
|\
| * drm/ttm: Use pr_fmt and pr_<level>Joe Perches2012-03-201-3/+5
* | drm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
|/
* ttm: fix agp since ttm tt reworkJerome Glisse2012-01-061-0/+2
* drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-061-11/+49
* drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk2011-12-061-0/+1
* drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-061-86/+5Star
* drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-061-45/+14Star
* drm/ttm: page allocation use page array instead of listJerome Glisse2011-12-061-29/+7Star
* drm/ttm: test for dma_address array allocation failureJerome Glisse2011-12-061-1/+1
* drm/ttm: use ttm put pages function to properly restore cache attributeJerome Glisse2011-12-061-1/+4
* drm/ttm: remove split btw highmen and lowmem pageJerome Glisse2011-12-061-9/+2Star
* drm/ttm: remove userspace backed ttm object supportJerome Glisse2011-12-061-104/+1Star
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-11-011-0/+1
* drm/ttm: use shmem_read_mapping_pageHugh Dickins2011-06-281-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/+1Star
* Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie2010-04-201-23/+21Star
|\
| * drm/ttm: add pool wc/uc page allocator V3Pauli Nieminen2010-04-061-23/+21Star
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-20/+3Star
|\|
| * drm/ttm: use drm calloc large and free largeDave Airlie2010-03-151-20/+3Star
* | 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-191-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/+2Star
* 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/+5Star
* | drm/ttm: Memory accounting rework.Thomas Hellstrom2009-08-191-18/+11Star
|/
* drm: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-241-1/+0Star
* 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