summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
2019-04-19drm/ttm: fix re-init of global structuresChristian König
2019-04-11drm/ttm: fix dma_fence refcount imbalance on error pathLin Yi
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann
2019-01-25drm/ttm: add lru notify to bo driver v2Chunming Zhou
2018-12-21drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug outputMichel Dänzer
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-11-07drm/ttm: Fix bo_global and mem_global kfree errorTrigger Huang
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_bo_global instanceChristian König
2018-11-05drm/ttm: make the device list mutex staticChristian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König
2018-10-10list: introduce list_bulk_move_tail helperChristian König
2018-09-13drm/ttm: once more fix ttm_bo_bulk_move_lru_tailChristian König
2018-09-02drm/ttm: fix ttm_bo_bulk_move_helperChristian König
2018-08-29drm/ttm: Initialize local lists in ttm_bo_bulk_move_helperMichel Dänzer
2018-08-27drm/ttm: add bulk move function on LRUHuang Rui
2018-08-27drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König
2018-07-10drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann
2018-07-10drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann
2018-07-10drm/ttm: use swap macro in ttm_bo_handle_move_memGustavo A. R. Silva
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel
2018-05-15drm/ttm: remove priority hard code when initializing ttm boJunwei Zhang
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-26drm/ttm: drop bo->globChristian König
2018-02-26drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He
2018-02-26drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He
2018-02-19drm/ttm: Add a default BO destructor to simplify code (v2)Tom St Denis
2018-02-19drm/ttm: Fix coding style in ttm_bo.cTom St Denis
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky
2018-01-29drm/ttm: fix missing parameter change for ttm_bo_cleanup_refsRoger He
2018-01-18drm/ttm: Don't unreserve swapped BOs that were previously reservedFelix Kuehling
2018-01-18drm/ttm: Don't add swapped BOs to swap-LRU listFelix Kuehling
2017-12-28drm/ttm: enable swapout for reserved BOs during allocationRoger He
2017-12-28drm/ttm: add new function to check if bo is allowable to evict or swapoutRoger He
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He
2017-12-27drm/ttm: drop the spin in delayed delete if the trylock doesn't workChristian König
2017-12-18drm/ttm: cleanup some old definesChristian König
2017-12-18drm/ttm: cleanup some more resv->lock usesChristian König
2017-12-18drm/ttm: use try_lock in ttm_bo_delayed_delete againChristian König
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He
2017-12-15drm/ttm: enable eviction for Per-VM-BORoger He
2017-12-14drm/ttm: init locked again to prevent incorrect unlockRoger He