summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-21drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug outputMichel Dänzer1-16/+17
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-23/+46
2018-11-07drm/ttm: Fix bo_global and mem_global kfree errorTrigger Huang1-1/+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önig1-3/+7
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önig1-2/+2
2018-10-10list: introduce list_bulk_move_tail helperChristian König1-20/+5
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-07-10drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann1-1/+1
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-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel1-0/+1
2018-05-15drm/ttm: remove priority hard code when initializing ttm boJunwei Zhang1-1/+0
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König1-3/+12
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König1-48/+2
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önig1-4/+2
2018-02-26drm/ttm: drop bo->globChristian König1-11/+12
2018-02-26drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He1-1/+5
2018-02-26drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He1-1/+2
2018-02-19drm/ttm: Add a default BO destructor to simplify code (v2)Tom St Denis1-5/+8
2018-02-19drm/ttm: Fix coding style in ttm_bo.cTom St Denis1-5/+2
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky1-0/+3
2018-01-29drm/ttm: fix missing parameter change for ttm_bo_cleanup_refsRoger He1-1/+1
2018-01-18drm/ttm: Don't unreserve swapped BOs that were previously reservedFelix Kuehling1-2/+2
2018-01-18drm/ttm: Don't add swapped BOs to swap-LRU listFelix Kuehling1-1/+2
2017-12-28drm/ttm: enable swapout for reserved BOs during allocationRoger He1-4/+11
2017-12-28drm/ttm: add new function to check if bo is allowable to evict or swapoutRoger He1-10/+30
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He1-1/+1
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He1-1/+1
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He1-17/+4
2017-12-27drm/ttm: drop the spin in delayed delete if the trylock doesn't workChristian König1-0/+2
2017-12-18drm/ttm: cleanup some old definesChristian König1-7/+3
2017-12-18drm/ttm: cleanup some more resv->lock usesChristian König1-7/+7
2017-12-18drm/ttm: use try_lock in ttm_bo_delayed_delete againChristian König1-4/+9
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-4/+2
2017-12-15drm/ttm: enable eviction for Per-VM-BORoger He1-6/+5
2017-12-14drm/ttm: init locked again to prevent incorrect unlockRoger He1-0/+1
2017-12-06drm/ttm: add number of bytes moved to the operation contextChristian König1-0/+1
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-2/+1
2017-12-06drm/ttm: use the operation context inside TTMChristian König1-38/+29
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König1-11/+11