summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-04drm/amdgpu: rework synchronization of VM updates v4Christian König1-11/+4
2020-02-04drm/amdgpu: stop using amdgpu_bo_gpu_offset in the VM backendChristian König1-2/+2
2020-02-04drm/amdgpu: rework job synchronization v2Christian König1-1/+1
2020-02-04drm/amdgpu: explicitly sync VM update to PDs/PTsChristian König1-0/+5
2019-12-09drm/amdgpu: stop adding VM updates fences to the resv objChristian König1-3/+8
2019-12-09drm/amdgpu: explicitely sync to VM updates v2Christian König1-1/+1
2019-09-16drm/amdgpu: trace if a PD/PT update is done directlyChristian König1-2/+2
2019-09-16drm/amdgpu: allow direct submission in the VM backends v2Christian König1-12/+13
2019-09-16drm/amdgpu: split the VM entity into direct and delayedChristian König1-2/+3
2019-08-06drm/amdgpu: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-1/+1
2019-03-27drm/amdgpu: drop the ib from the VM update parametersChristian König1-11/+13
2019-03-27drm/amdgpu: move VM table mapping into the backend as wellChristian König1-0/+20
2019-03-21drm/amdgpu: new VM update backendsChristian König1-0/+248