summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_tt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: clean up non-x86 definitions on ttm_ttHuang Rui2018-08-021-18/+7Star
* Add SPDX idenitifier and clarify licenseDirk Hohndel2018-05-151-0/+1
* drm/ttm: move initializing ttm->sg into ttm_tt_init_fieldsChristian König2018-03-141-3/+1Star
* drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-141-15/+14Star
* drm/ttm: add ttm_sg_tt_initChristian König2018-03-141-9/+45
* drm/ttm: move ttm_tt defines into ttm_tt.hChristian König2018-03-141-6/+0Star
* drm/ttm: cleanup ttm_tt_createChristian König2018-02-271-16/+13Star
* drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König2018-02-271-0/+46
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-271-6/+2Star
* drm/ttm: drop ttm->globChristian König2018-02-271-2/+0Star
* drm/ttm: add default implementations for ttm_tt_(un)populateChristian König2018-02-271-2/+8
* drm/ttm: set page mapping during allocationChristian König2018-02-271-1/+17
* drm/ttm: add ttm_tt_populate wrapperChristian König2018-02-191-1/+9
* drm/ttm: Fix coding style in ttm_tt_swapout()Tom St Denis2018-02-191-1/+2
* drm/ttm: Change ttm_tt page allocations to return errorsTom St Denis2018-02-191-6/+10
* drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky2018-02-191-2/+11
* drm/ttm: use an operation ctx for ttm_tt_bindRoger He2017-12-281-6/+3Star
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-1/+5
* 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