summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie2019-07-151-1/+0
* drm/ttm: return -EBUSY if waiting for busy BO failsFelix Kuehling2019-06-271-1/+1
* drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom2019-06-181-0/+1
* drm/ttm: fix busy memory to fail other user v10Christian König2019-05-311-11/+66
* drm/ttm: immediately move BOs to the new LRU v3Christian König2019-05-311-10/+32
* drm/ttm: cleanup ttm_bo_mem_spaceChristian König2019-05-311-61/+66
* drm/ttm: remove manual placement preferenceChristian König2019-05-311-9/+9
* drm/ttm: return immediately in case of a signalChristian König2019-05-311-4/+3
* drm/ttm: Make LRU removal optional v2Christian König2019-05-311-11/+12
* Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-091-3/+3
|\
| * drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann2019-03-191-2/+2
| * drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-2/+2
* | drm/ttm: fix re-init of global structuresChristian König2019-04-191-5/+5
* | drm/ttm: fix dma_fence refcount imbalance on error pathLin Yi2019-04-111-1/+3
|/
* drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann2019-01-281-9/+0
* drm/ttm: add lru notify to bo driver v2Chunming Zhou2019-01-251-4/+7
* drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug outputMichel Dänzer2018-12-211-16/+17
* Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-191-23/+46
|\
| * drm/ttm: Fix bo_global and mem_global kfree errorTrigger Huang2018-11-071-1/+0
| * drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-7/+12
| * drm/ttm: use a static ttm_bo_global instanceChristian König2018-11-051-8/+23
| * drm/ttm: make the device list mutex staticChristian König2018-11-051-5/+9
| * drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-3/+7
| * drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann2018-11-051-10/+6
| * drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-4/+4
* | dma-buf: allow reserving more than one shared fence slotChristian König2018-10-251-2/+2
|/
* list: introduce list_bulk_move_tail helperChristian König2018-10-101-20/+5
* drm/ttm: once more fix ttm_bo_bulk_move_lru_tailChristian König2018-09-131-21/+30
* drm/ttm: fix ttm_bo_bulk_move_helperChristian König2018-09-021-5/+8
* drm/ttm: Initialize local lists in ttm_bo_bulk_move_helperMichel Dänzer2018-08-291-1/+2
* drm/ttm: add bulk move function on LRUHuang Rui2018-08-271-0/+52
* drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König2018-08-271-1/+25
* drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann2018-07-101-1/+1
* drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann2018-07-101-1/+7
* drm/ttm: use swap macro in ttm_bo_handle_move_memGustavo A. R. Silva2018-07-101-5/+2
* Add SPDX idenitifier and clarify licenseDirk Hohndel2018-05-151-0/+1
* drm/ttm: remove priority hard code when initializing ttm boJunwei Zhang2018-05-151-1/+0
* drm/ttm: add ttm_bo_pipeline_guttingChristian König2018-03-141-3/+12
* drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König2018-02-271-48/+2
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-271-7/+2
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-271-4/+2
* drm/ttm: drop bo->globChristian König2018-02-271-11/+12
* drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He2018-02-271-1/+5
* drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He2018-02-271-1/+2
* drm/ttm: Add a default BO destructor to simplify code (v2)Tom St Denis2018-02-191-5/+8
* drm/ttm: Fix coding style in ttm_bo.cTom St Denis2018-02-191-5/+2
* drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky2018-02-191-0/+3
* drm/ttm: fix missing parameter change for ttm_bo_cleanup_refsRoger He2018-01-301-1/+1
* drm/ttm: Don't unreserve swapped BOs that were previously reservedFelix Kuehling2018-01-181-2/+2
* drm/ttm: Don't add swapped BOs to swap-LRU listFelix Kuehling2018-01-181-1/+2