summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_tt.c
Commit message (Expand)AuthorAgeFilesLines
* drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-181-6/+7
* drm: use set_memory.h headerLaura Abbott2017-05-091-0/+3
* drm/ttm: remove cpu_address member from ttm_ttAlexandre Courbot2016-09-161-5/+2Star
* Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-021-4/+2Star
|\
| * drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Christian König2016-07-291-7/+12
| * drm/ttm: remove NULL checks when calling ttm_tt_destroyChristian König2016-07-071-1/+1
| * drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König2016-07-071-12/+5Star
* | file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-301-2/+2
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-061-2/+2
* drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot2014-08-091-5/+8
* drm/ttm: Don't clear page metadata of imported sg pagesThomas Hellstrom2014-02-051-0/+3
* 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
|\