summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König1-5/+7
2018-11-30drm/ttm: fix LRU handling in ttm_buffer_object_transferChristian König1-1/+3
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-36/+49
2018-11-09drm/ttm: remove set but not used variable 'driver'YueHaibing1-2/+0
2018-11-07drm/ttm: Fix bo_global and mem_global kfree errorTrigger Huang2-10/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-7/+12
2018-11-05drm/ttm: use a static ttm_bo_global instanceChristian König1-8/+23
2018-11-05drm/ttm: make the device list mutex staticChristian König1-5/+9
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König2-5/+10
2018-11-05drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann1-10/+6
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-4/+4
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König2-4/+4
2018-10-10list: introduce list_bulk_move_tail helperChristian König1-20/+5
2018-09-28drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom1-2/+1
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom3-1080/+2
2018-09-13drm/ttm: once more fix ttm_bo_bulk_move_lru_tailChristian König1-21/+30
2018-09-02drm/ttm: fix ttm_bo_bulk_move_helperChristian König1-5/+8
2018-08-29drm/ttm: Initialize local lists in ttm_bo_bulk_move_helperMichel Dänzer1-1/+2
2018-08-27drm/ttm: add bulk move function on LRUHuang Rui1-0/+52
2018-08-27drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König1-1/+25
2018-08-27drm/ttm: remove dead codesHuang Rui2-11/+2
2018-08-01drm/ttm: clean up non-x86 definitions on ttm_ttHuang Rui1-18/+7
2018-08-01drm/ttm: fix missed conversion of set_pages_array_ucHuang Rui1-1/+1
2018-07-27drm/ttm: Merge hugepage attr changes in ttm_dma_page_put. (v2)Bas Nieuwenhuizen1-7/+4
2018-07-27drm/ttm: clean up non-x86 definitions on ttm_page_allocHuang Rui1-57/+5
2018-07-27drm/ttm: clean up non-x86 definitions on ttm_page_alloc_dmaHuang Rui1-44/+4
2018-07-10drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann3-9/+9
2018-07-10drm/ttm: Replace ttm_bo_reference() with ttm_bo_get()Thomas Zimmermann2-5/+8
2018-07-10drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann1-1/+7
2018-07-10drm/ttm: use swap macro in ttm_bo_handle_move_memGustavo A. R. Silva1-5/+2
2018-06-22Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-23/+22
2018-06-19gpu: drm: ttm: Adding new return type vm_fault_tSouptick Joarder1-23/+22
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-6/+10
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel11-0/+11
2018-05-15drm/ttm: remove priority hard code when initializing ttm boJunwei Zhang1-1/+0
2018-05-15drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pagesMichel Dänzer2-4/+10
2018-05-15drm/ttm: keep a reference to transfer pipelined BOsChristian König1-20/+30
2018-03-22drm/ttm: Export the ttm_k[un]map_atomic_prot API.Thomas Hellstrom1-5/+26
2018-03-22drm/ttm: Clean up kmap_atomic_prot selection codeThomas Hellstrom1-33/+31
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önig2-18/+17
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König2-3/+36
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önig2-48/+48
2018-02-26drm/ttm: check if free mem space is under the lower limitRoger He3-0/+99
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-7/+2
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König3-14/+8
2018-02-26drm/ttm: drop ttm->globChristian König3-10/+9