index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_tt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SPDX idenitifier and clarify license
Dirk Hohndel
2018-05-15
1
-0
/
+1
*
drm/ttm: move initializing ttm->sg into ttm_tt_init_fields
Christian König
2018-03-14
1
-3
/
+1
*
drm/ttm: add bo as parameter to the ttm_tt_create callback
Christian König
2018-03-14
1
-15
/
+14
*
drm/ttm: add ttm_sg_tt_init
Christian König
2018-03-14
1
-9
/
+45
*
drm/ttm: move ttm_tt defines into ttm_tt.h
Christian König
2018-03-14
1
-6
/
+0
*
drm/ttm: cleanup ttm_tt_create
Christian König
2018-02-26
1
-16
/
+13
*
drm/ttm: move ttm_tt_create into ttm_tt.c v2
Christian König
2018-02-26
1
-0
/
+46
*
drm/ttm: drop ttm->dummy_read_page
Christian König
2018-02-26
1
-6
/
+2
*
drm/ttm: drop ttm->glob
Christian König
2018-02-26
1
-2
/
+0
*
drm/ttm: add default implementations for ttm_tt_(un)populate
Christian König
2018-02-26
1
-2
/
+8
*
drm/ttm: set page mapping during allocation
Christian König
2018-02-26
1
-1
/
+17
*
drm/ttm: add ttm_tt_populate wrapper
Christian König
2018-02-19
1
-1
/
+9
*
drm/ttm: Fix coding style in ttm_tt_swapout()
Tom St Denis
2018-02-19
1
-1
/
+2
*
drm/ttm: Change ttm_tt page allocations to return errors
Tom St Denis
2018-02-19
1
-6
/
+10
*
drm/ttm: Allow page allocations w/o triggering OOM..
Andrey Grodzovsky
2018-02-19
1
-2
/
+11
*
drm/ttm: use an operation ctx for ttm_tt_bind
Roger He
2017-12-28
1
-6
/
+3
*
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
2017-12-28
1
-1
/
+5
*
drm: drop drm_[cm]alloc* helpers
Michal Hocko
2017-05-18
1
-6
/
+7
*
drm: use set_memory.h header
Laura Abbott
2017-05-08
1
-0
/
+3
*
drm/ttm: remove cpu_address member from ttm_tt
Alexandre Courbot
2016-09-16
1
-5
/
+2
*
Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-08-01
1
-4
/
+2
|
\
|
*
drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3
Christian König
2016-07-29
1
-7
/
+12
|
*
drm/ttm: remove NULL checks when calling ttm_tt_destroy
Christian König
2016-07-07
1
-1
/
+1
|
*
drm/ttm: cleanup ttm_tt_(unbind|destroy)
Christian König
2016-07-07
1
-12
/
+5
*
|
file_inode(f)->i_mapping is f->f_mapping
Al Viro
2016-05-29
1
-2
/
+2
|
/
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-08-06
1
-2
/
+2
*
drm/ttm: expose CPU address of DMA-allocated pages
Alexandre Courbot
2014-08-10
1
-5
/
+8
*
drm/ttm: Don't clear page metadata of imported sg pages
Thomas Hellstrom
2014-02-05
1
-0
/
+3
*
drm/ttm: Correctly set page mapping and -index members
Thomas Hellstrom
2014-01-08
1
-4
/
+23
*
drm/ttm: fix the tt_populated check in ttm_tt_destroy()
Ben Skeggs
2013-09-19
1
-1
/
+1
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-2
/
+2
*
drm/ttm: remove unneeded preempt_disable/enable
Akinobu Mita
2012-11-16
1
-4
/
+0
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-03
1
-14
/
+2
|
\
|
*
gpu/drm/ttm: use copy_highpage
Akinobu Mita
2012-10-02
1
-14
/
+2
*
|
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-6
/
+6
|
/
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-03-22
1
-3
/
+5
|
\
|
*
drm/ttm: Use pr_fmt and pr_<level>
Joe Perches
2012-03-20
1
-3
/
+5
*
|
drm: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-8
/
+8
|
/
*
ttm: fix agp since ttm tt rework
Jerome Glisse
2012-01-06
1
-0
/
+2
*
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
2011-12-06
1
-11
/
+49
*
drm/ttm: provide dma aware ttm page pool code V9
Konrad Rzeszutek Wilk
2011-12-06
1
-0
/
+1
*
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
Jerome Glisse
2011-12-06
1
-86
/
+5
*
drm/ttm: merge ttm_backend and ttm_tt V5
Jerome Glisse
2011-12-06
1
-45
/
+14
*
drm/ttm: page allocation use page array instead of list
Jerome Glisse
2011-12-06
1
-29
/
+7
*
drm/ttm: test for dma_address array allocation failure
Jerome Glisse
2011-12-06
1
-1
/
+1
*
drm/ttm: use ttm put pages function to properly restore cache attribute
Jerome Glisse
2011-12-06
1
-1
/
+4
*
drm/ttm: remove split btw highmen and lowmem page
Jerome Glisse
2011-12-06
1
-9
/
+2
*
drm/ttm: remove userspace backed ttm object support
Jerome Glisse
2011-12-06
1
-104
/
+1
*
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
2011-10-31
1
-0
/
+1
[next]