summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: switch to amdgpu_bo_vm for vm codeNirmoy Das2021-06-011-9/+10
* drm/amd/amdgpu/amdgpu_vm_sdma: Fix 'amdgpu_vm_sdma_prepare()'s doc-rotLee Jones2020-11-131-2/+2
* drm/amdgpu: More accurate description of a function paramOak Zeng2020-09-151-2/+2
* Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-07-201-2/+2
|\
| * Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-291-13/+19
| |\
* | \ Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie2020-07-021-1/+1
|\ \ \
| * | | drm/amdgpu: remove distinction between explicit and implicit sync (v2)Christian König2020-07-011-1/+1
| | |/ | |/|
* | | Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-301-2/+2
|\ \ \ | |/ / |/| / | |/
| * drm/amdgpu: move ttm bo->offset to amdgpu_boNirmoy Das2020-06-251-2/+2
* | 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