summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie1-57/+32
2020-09-18drm/ttm: make common function for wait/free node path.Dave Airlie1-18/+20
2020-09-18drm/ttm: move ghost object creation to a common functionDave Airlie1-62/+42
2020-09-18drm/ttm: add a simple assign mem to bo wrapperDave Airlie1-12/+6
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie1-5/+0
2020-09-16drm/ttm: split bound/populated flags.Dave Airlie1-4/+11
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie1-3/+2
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-1/+6
2020-09-16drm/ttm: tt destroy move null check to outer function.Dave Airlie1-0/+1
2020-09-16drm/ttm: wrap tt destroy. (v2)Dave Airlie1-12/+6
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-1/+1
2020-09-11drm/ttm: nuke memory type flagsChristian König1-2/+0
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-11/+6
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-7/+7
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König1-108/+9
2020-08-24drm/ttm: drop bus.size from bus placement.Dave Airlie1-3/+4
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie1-0/+5
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-5/+2
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König1-2/+2
2020-08-12drm/ttm: revert "drm/ttm: make TT creation purely optional v3"Christian König1-5/+2
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-23/+23
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-13/+13
2020-08-06drm/ttm: add wrapper to get manager from bdev.Dave Airlie1-10/+10
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König1-6/+6
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