summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: drop the extra sign extensionAlex Deucher2023-03-221-2/+2
* drm/amdgpu: grab extra fence reference for drm_sched_job_add_dependencyChristian König2022-12-211-0/+2
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-11-051-1/+8
|\
| * Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2022-10-201-4/+8
| |\
| * | drm/amdgpu: use DRM_SCHED_FENCE_DONT_PIPELINE for VM updatesChristian König2022-10-191-1/+8
* | | drm/amdgpu: use scheduler dependencies for VM updatesChristian König2022-11-031-2/+8
* | | drm/amdgpu: cleanup scheduler job initialization v2Christian König2022-11-031-30/+31
| |/ |/|
* | drm/amdgpu: SDMA update use unlocked iteratorPhilip Yang2022-09-191-3/+6
* | drm/amdgpu: use DMA_RESV_USAGE_BOOKKEEP v2Christian König2022-09-131-1/+2
|/
* Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-04-281-1/+1
|\
| * drm/amdgpu: Correct unlocked update fence handlingPhilip Yang2022-03-311-1/+1
* | drm/ttm: remove bo->movingChristian König2022-04-071-3/+8
|/
* drm/amdgpu: remove amdgpu_vm_ptNirmoy Das2021-06-151-1/+1
* 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