summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add new unlocked flag for PTE updatesChristian König2020-04-281-6/+6
* drm/amdgpu: rename direct to immediate for VM updatesChristian König2020-04-281-11/+12
* drm/amdgpu: cleanup IB pool handling a bitChristian König2020-04-281-4/+7
* drm/amdgpu: implement more ib pools (v2)xinhui pan2020-04-011-2/+4
* drm_amdgpu: Add job fence to resv conditionallyxinhui pan2020-03-161-5/+6
* drm/amdgpu: rework synchronization of VM updates v4Christian König2020-02-041-11/+4
* drm/amdgpu: stop using amdgpu_bo_gpu_offset in the VM backendChristian König2020-02-041-2/+2
* drm/amdgpu: rework job synchronization v2Christian König2020-02-041-1/+1
* drm/amdgpu: explicitly sync VM update to PDs/PTsChristian König2020-02-041-0/+5
* drm/amdgpu: stop adding VM updates fences to the resv objChristian König2019-12-091-3/+8
* drm/amdgpu: explicitely sync to VM updates v2Christian König2019-12-091-1/+1
* drm/amdgpu: trace if a PD/PT update is done directlyChristian König2019-09-161-2/+2
* drm/amdgpu: allow direct submission in the VM backends v2Christian König2019-09-161-12/+13
* drm/amdgpu: split the VM entity into direct and delayedChristian König2019-09-161-2/+3
* drm/amdgpu: switch driver from bo->resv to bo->base.resvGerd Hoffmann2019-08-061-1/+1
* drm/amdgpu: drop the ib from the VM update parametersChristian König2019-03-271-11/+13
* drm/amdgpu: move VM table mapping into the backend as wellChristian König2019-03-271-0/+20
* drm/amdgpu: new VM update backendsChristian König2019-03-211-0/+248