summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-27drm/ttm: return -EBUSY if waiting for busy BO failsFelix Kuehling1-1/+1
2019-06-18drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom1-0/+1
2019-05-31drm/ttm: fix busy memory to fail other user v10Christian König1-11/+66
2019-05-31drm/ttm: immediately move BOs to the new LRU v3Christian König1-10/+32
2019-05-31drm/ttm: cleanup ttm_bo_mem_spaceChristian König1-61/+66
2019-05-31drm/ttm: remove manual placement preferenceChristian König1-9/+9
2019-05-31drm/ttm: return immediately in case of a signalChristian König1-4/+3
2019-05-31drm/ttm: Make LRU removal optional v2Christian König1-11/+12
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+3
2019-04-19drm/ttm: fix re-init of global structuresChristian König1-5/+5
2019-04-11drm/ttm: fix dma_fence refcount imbalance on error pathLin Yi1-1/+3
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann1-2/+2
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann1-2/+2
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann1-9/+0
2019-01-25drm/ttm: add lru notify to bo driver v2Chunming Zhou1-4/+7
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