aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_tt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-1/+1
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann1-1/+1
2018-08-01drm/ttm: clean up non-x86 definitions on ttm_ttHuang Rui1-18/+7
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel1-0/+1
2018-03-14drm/ttm: move initializing ttm->sg into ttm_tt_init_fieldsChristian König1-3/+1
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-15/+14
2018-03-14drm/ttm: add ttm_sg_tt_initChristian König1-9/+45
2018-03-14drm/ttm: move ttm_tt defines into ttm_tt.hChristian König1-6/+0
2018-02-26drm/ttm: cleanup ttm_tt_createChristian König1-16/+13
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König1-0/+46
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-6/+2
2018-02-26drm/ttm: drop ttm->globChristian König1-2/+0
2018-02-26drm/ttm: add default implementations for ttm_tt_(un)populateChristian König1-2/+8
2018-02-26drm/ttm: set page mapping during allocationChristian König1-1/+17
2018-02-19drm/ttm: add ttm_tt_populate wrapperChristian König1-1/+9
2018-02-19drm/ttm: Fix coding style in ttm_tt_swapout()Tom St Denis1-1/+2
2018-02-19drm/ttm: Change ttm_tt page allocations to return errorsTom St Denis1-6/+10
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky1-2/+11
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He1-6/+3
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-1/+5
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-6/+7
2017-05-08drm: use set_memory.h headerLaura Abbott1-0/+3
2016-09-16drm/ttm: remove cpu_address member from ttm_ttAlexandre Courbot1-5/+2
2016-08-01Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+2
2016-07-29drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Christian König1-7/+12
2016-07-07drm/ttm: remove NULL checks when calling ttm_tt_destroyChristian König1-1/+1
2016-07-07drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König1-12/+5
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2015-08-06drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-2/+2
2014-08-10drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot1-5/+8
2014-02-05drm/ttm: Don't clear page metadata of imported sg pagesThomas Hellstrom1-0/+3
2014-01-08drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom1-4/+23
2013-09-19drm/ttm: fix the tt_populated check in ttm_tt_destroy()Ben Skeggs1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-11-16drm/ttm: remove unneeded preempt_disable/enableAkinobu Mita1-4/+0
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-14/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-6/+6
2012-10-02gpu/drm/ttm: use copy_highpageAkinobu Mita1-14/+2
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-3/+5
2012-03-20drm: remove the second argument of k[un]map_atomic()Cong Wang1-8/+8
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches1-3/+5
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse1-0/+2
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse1-11/+49
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk1-0/+1
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse1-86/+5
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse1-45/+14
2011-12-06drm/ttm: page allocation use page array instead of listJerome Glisse1-29/+7
2011-12-06drm/ttm: test for dma_address array allocation failureJerome Glisse1-1/+1
2011-12-06drm/ttm: use ttm put pages function to properly restore cache attributeJerome Glisse1-1/+4