summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König1-1/+0
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König1-1/+6
2016-07-07drm/ttm: remove NULL checks when calling ttm_tt_destroyChristian König1-3/+2
2016-07-07drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König1-3/+0
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-1/+1
2015-07-24drm/ttm: recognize ARM64 arch in ioprot handlerAlexandre Courbot1-1/+2
2014-09-23drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt1-13/+7
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-18/+5
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-5/+0
2014-07-08drm/ttm: recognize ARM arch in ioprot handlerLucas Stach1-1/+1
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie1-1/+2
2014-01-08drivers: gpu: Mark function as static in ttm_bo_util.cRashika Kheria1-2/+2
2013-12-23drm/ttm: Fix swapin regressionThomas Hellstrom1-1/+2
2013-12-18drm: Kill DRM_SUSERDaniel Vetter1-1/+1
2013-11-20drm/ttm: Don't move non-existing dataThomas Hellstrom1-2/+5
2013-11-06drm/ttm: Fix ttm_bo_move_memcpyThomas Hellstrom1-11/+17
2013-11-06drm/ttm: Handle in-memory region copiesJakob Bornecrantz1-1/+3
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-1/+2
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst1-1/+5
2013-04-12ttm: export functions to allow qxl do its own iomappingDave Airlie1-4/+9
2013-02-08drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd tryDaniel Vetter1-5/+8
2013-01-21ttm: don't destroy old mm_node on memcpy failureDave Airlie1-2/+9
2013-01-08drm/ttm: fix fence locking in ttm_buffer_object_transferDaniel Vetter1-1/+3