summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-1/+5
2022-02-01drm/i915/ttm: Return some errors instead of trying memcpy moveThomas Hellström1-4/+10
2022-01-11drm/i915: Use vma resources for async unbindingThomas Hellström1-1/+10
2022-01-05drm/i915/gem: Use local pointer ttm for __i915_ttm_moveJasmine Newsome1-1/+1
2021-12-22drm/i915: Break out the i915_deps utilityThomas Hellström1-170/+1
2021-12-22drm/i915: remove questionable fence optimization during copyChristian König1-29/+14
2021-12-22drm/i915: Avoid using the i915_fence_array when collecting dependenciesThomas Hellström1-96/+33
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski1-6/+6
2021-11-25drm/i915/ttm: Update i915_gem_obj_copy_ttm() to be asynchronousThomas Hellström1-12/+28
2021-11-25drm/i915/ttm: Implement asynchronous TTM movesThomas Hellström1-23/+319
2021-11-25drm/i915/ttm: Move the i915_gem_obj_copy_ttm() functionThomas Hellström1-12/+51
2021-11-05drm/i915/ttm: Failsafe migration blitsThomas Hellström1-55/+270
2021-11-05drm/i915/ttm: Reorganize the ttm move codeThomas Hellström1-0/+308