| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/ttm: clean up non-x86 definitions on ttm_tt | Huang Rui | 2018-08-01 | 1 | -18/+7 |
* | drm/ttm: fix missed conversion of set_pages_array_uc | Huang Rui | 2018-08-01 | 1 | -1/+1 |
* | drm/ttm: Merge hugepage attr changes in ttm_dma_page_put. (v2) | Bas Nieuwenhuizen | 2018-07-27 | 1 | -7/+4 |
* | drm/ttm: clean up non-x86 definitions on ttm_page_alloc | Huang Rui | 2018-07-27 | 1 | -57/+5 |
* | drm/ttm: clean up non-x86 definitions on ttm_page_alloc_dma | Huang Rui | 2018-07-27 | 1 | -44/+4 |
* | drm/ttm: Replace ttm_bo_unref() with ttm_bo_put() | Thomas Zimmermann | 2018-07-10 | 3 | -9/+9 |
* | drm/ttm: Replace ttm_bo_reference() with ttm_bo_get() | Thomas Zimmermann | 2018-07-10 | 2 | -5/+8 |
* | drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref counting | Thomas Zimmermann | 2018-07-10 | 1 | -1/+7 |
* | drm/ttm: use swap macro in ttm_bo_handle_move_mem | Gustavo A. R. Silva | 2018-07-10 | 1 | -5/+2 |
* | Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2018-06-22 | 1 | -23/+22 |
|\ |
|
| * | gpu: drm: ttm: Adding new return type vm_fault_t | Souptick Joarder | 2018-06-19 | 1 | -23/+22 |
* | | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 2 | -6/+10 |
|/ |
|
* | Add SPDX idenitifier and clarify license | Dirk Hohndel | 2018-05-15 | 11 | -0/+11 |
* | drm/ttm: remove priority hard code when initializing ttm bo | Junwei Zhang | 2018-05-15 | 1 | -1/+0 |
* | drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages | Michel Dänzer | 2018-05-15 | 2 | -4/+10 |
* | drm/ttm: keep a reference to transfer pipelined BOs | Christian König | 2018-05-15 | 1 | -20/+30 |
* | drm/ttm: Export the ttm_k[un]map_atomic_prot API. | Thomas Hellstrom | 2018-03-22 | 1 | -5/+26 |
* | drm/ttm: Clean up kmap_atomic_prot selection code | Thomas Hellstrom | 2018-03-22 | 1 | -33/+31 |
* | 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 | 2 | -18/+17 |
* | drm/ttm: add ttm_bo_pipeline_gutting | Christian König | 2018-03-14 | 2 | -3/+36 |
* | 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 | 2 | -48/+48 |
* | drm/ttm: check if free mem space is under the lower limit | Roger He | 2018-02-26 | 3 | -0/+99 |
* | drm/ttm: drop persistent_swap_storage from ttm_bo_init and co | Christian König | 2018-02-26 | 1 | -7/+2 |
* | drm/ttm: drop ttm->dummy_read_page | Christian König | 2018-02-26 | 3 | -14/+8 |
* | drm/ttm: drop ttm->glob | Christian König | 2018-02-26 | 3 | -10/+9 |
* | drm/ttm: drop bo->glob | Christian König | 2018-02-26 | 3 | -15/+16 |
* | drm/ttm: add default implementations for ttm_tt_(un)populate | Christian König | 2018-02-26 | 1 | -2/+8 |
* | drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_clean | Roger He | 2018-02-26 | 1 | -1/+5 |
* | drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOC | Roger He | 2018-02-26 | 1 | -1/+3 |
* | drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctx | Roger He | 2018-02-26 | 1 | -1/+2 |
* | drm/ttm: set page mapping during allocation | Christian König | 2018-02-26 | 2 | -2/+17 |
* | drm/ttm: add ttm_tt_populate wrapper | Christian König | 2018-02-19 | 3 | -9/+15 |
* | drm/ttm: Simplify ttm_dma_page_put() | Tom St Denis | 2018-02-19 | 1 | -3/+1 |
* | drm/ttm: Fix coding style in ttm_dma_pool_alloc_new_pages() | Tom St Denis | 2018-02-19 | 1 | -2/+1 |
* | drm/ttm: Fix coding style in ttm_tt_swapout() | Tom St Denis | 2018-02-19 | 1 | -1/+2 |
* | drm/ttm: Simplify ttm_eu_reserve_buffers() | Tom St Denis | 2018-02-19 | 1 | -6/+8 |
* | drm/ttm: Remove unncessary retval from ttm_bo_vm_fault() | Tom St Denis | 2018-02-19 | 1 | -15/+13 |
* | drm/ttm: Fix coding style in ttm_bo_move_memcpy() | Tom St Denis | 2018-02-19 | 1 | -1/+2 |
* | drm/ttm: Simplify ttm_dma_find_pool() (v2) | Tom St Denis | 2018-02-19 | 1 | -9/+6 |
* | drm/ttm: Fix coding style in ttm_pool_store() | Tom St Denis | 2018-02-19 | 1 | -3/+4 |
* | drm/ttm: Change ttm_tt page allocations to return errors | Tom St Denis | 2018-02-19 | 1 | -6/+10 |
* | drm/ttm: Add a default BO destructor to simplify code (v2) | Tom St Denis | 2018-02-19 | 1 | -5/+8 |
* | drm/ttm: Fix coding style in ttm_bo.c | Tom St Denis | 2018-02-19 | 1 | -5/+2 |
* | drm/ttm: add the missed global memory count update | Roger He | 2018-02-19 | 1 | -16/+25 |
* | drm/ttm: Allow page allocations w/o triggering OOM.. | Andrey Grodzovsky | 2018-02-19 | 4 | -2/+23 |
* | drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2) | Tom St Denis | 2018-01-29 | 1 | -1/+2 |