aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-12drm/ttm: revert "drm/ttm: make TT creation purely optional v3"Christian König1-5/+2
2020-07-21drm/ttm: cleanup coding style and implementation.Christian König1-49/+48
2020-07-21drm/ttm: remove io_reserve_fastpath flagChristian König1-4/+4
2020-07-21drm/ttm: cleanup io_mem interface with nouveauChristian König1-2/+2
2020-06-29drm/ttm: make TT creation purely optional v3Christian König1-2/+5
2020-06-04drm: remove drm specific kmap_atomic codeIra Weiny1-52/+4
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie1-0/+1
2020-02-26drm/ttm: fix leaking fences via ttm_buffer_object_transferAhzo1-0/+1
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-2/+2
2020-02-12drm/ttm: rework BO delayed delete. v2Christian König1-1/+0
2020-02-11drm/ttm: refine ghost BO resv criteriaChristian König1-1/+1
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-11-06drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter1-1/+0
2019-10-25drm/ttm: stop exporting ttm_mem_io_* functionsChristian König1-4/+0
2019-10-25drm/ttm: use the parent resv for ghost objects v3Christian König1-9/+11
2019-10-25drm/ttm: remove pointers to globalsChristian König1-1/+1
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König1-1/+0
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-8/+8
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann1-8/+8
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann1-1/+1
2019-08-06drm/ttm: use gem reservation objectGerd Hoffmann1-1/+1
2019-06-18drm: Permit video-buffers writecombine mapping for MIPSSerge Semin1-2/+2
2018-11-30drm/ttm: fix LRU handling in ttm_buffer_object_transferChristian König1-1/+3
2018-08-27drm/ttm: remove dead codesHuang Rui1-4/+1
2018-07-10drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann1-4/+4
2018-07-10drm/ttm: Replace ttm_bo_reference() with ttm_bo_get()Thomas Zimmermann1-1/+2
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel1-0/+1
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: add ttm_bo_pipeline_guttingChristian König1-0/+24
2018-02-26drm/ttm: drop bo->globChristian König1-1/+1
2018-02-19drm/ttm: add ttm_tt_populate wrapperChristian König1-7/+5
2018-02-19drm/ttm: Fix coding style in ttm_bo_move_memcpy()Tom St Denis1-1/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He1-1/+1
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-3/+8
2017-12-18drm/ttm: cleanup some more resv->lock usesChristian König1-1/+1
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-4/+4
2017-10-31drm/ttm: once more fix ttm_buffer_object_transferChristian König1-0/+1
2017-09-12drm/ttm: allow mapping BOs while they are still on the swap listChristian König1-1/+0
2017-08-29drm/ttm: fix missing inc bo_countMonk Liu1-0/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-11/+11
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer1-2/+1
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer1-2/+2
2016-08-08drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer1-1/+9
2016-07-29drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Christian König1-0/+1
2016-07-07drm/ttm: fix stupid parameter inversion in the pipeline codeChristian König1-1/+1
2016-07-07drm/ttm: add the infrastructure for pipelined evictionsChristian König1-0/+92
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König1-1/+3