summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
AgeCommit message (Expand)AuthorLines
2016-08-09drm/amdgpu: fix vm init error pathChunming Zhou-1/+4
2016-07-14drm/amdgpu: trace need_flush in grab_vm as wellChristian König-2/+2
2016-07-14drm/amdgpu: check flush fence context instead of same ring v2Christian König-3/+6
2016-07-07drm/amdgpu: recovery hw jobs when gpu reset V3Chunming Zhou-1/+2
2016-07-07drm/amdgpu: abstract amdgpu_vm_is_gpu_resetChunming Zhou-1/+8
2016-07-07drm/amdgpu: add a bool to specify if needing vm flush V2Chunming Zhou-36/+31
2016-07-07drm/amdgpu: must update page table after gpu resetChunming Zhou-0/+1
2016-07-07drm/amdgpu: must update page table after gpu resetChunming Zhou-0/+3
2016-07-07drm/amdgpu: validate VM PTs only on evictionChristian König-1/+12
2016-07-07drm/amdgpu: disable compute pipeline sync workaround when using fixed fwAlex Deucher-1/+27
2016-07-07drm/amdgpu: save the PD addr before scheduling the jobChristian König-4/+2
2016-07-07drm/amdgpu: sync to buffer moves before VM updatesChristian König-4/+19
2016-07-07drm/amdgpu: Initialize the variables in a straight-forward wayAlex Xie-6/+28
2016-07-07drm/amdgpu: Add comment to describe the purpose of one difficult if statementAlex Xie-4/+7
2016-07-07drm/amdgpu: Change some variable names to make code easier understoodAlex Xie-16/+16
2016-07-07drm/amdgpu: remove now unnecessary checksChristian König-20/+11
2016-07-07drm/amdgpu: use a fence array for VMID managementChristian König-58/+97
2016-07-07drm/amdgpu: reuse VMIDs assigned to a VM only if there is also a free oneChristian König-54/+59
2016-07-07drm/amdgpu: prefer VMIDs idle on the current ringChristian König-15/+9
2016-07-07drm/amdgpu: add optional ring to amdgpu_sync_is_idleChristian König-2/+2
2016-05-11drm/amdgpu: Encapsulate some VM table update parameters (v2)Harish Kasiviswanathan-49/+62
2016-05-11drm/amdgpu: remove define for reserved client IDChristian König-1/+1
2016-05-11drm/amdgpu: remove owner cleanup v2Christian König-13/+0
2016-05-11drm/amdgpu: make the VMID owner always 64bitChristian König-2/+2
2016-05-11drm/amdgpu: add pipeline sync for compute jobChunming Zhou-1/+2
2016-05-11drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu-1/+2
2016-05-11drm/amdgpu: make vmid owner be client_idChunming Zhou-3/+3
2016-05-11drm/amdgpu: add client id for every vmChunming Zhou-0/+2
2016-05-11drm/amdgpu: fix wrong release of vmid ownerChunming Zhou-5/+9
2016-05-04drm/amdgpu: fix error checking when reuse vmid on same ringChunming Zhou-2/+2
2016-05-04drm/amdgpu: only update last_flush when vmid doesn't have other new ownerChunming Zhou-5/+10
2016-05-04drm/amdgpu: reuse VMIDs already assigned to a processChristian König-31/+46
2016-05-04drm/amdgpu: add a fence after the VM flushChristian König-5/+21
2016-05-04drm/amdgpu: use a sync object for VMID fences v2Christian König-25/+28
2016-05-04drm/amdgpu: merge VM manager and VM context ID structureChristian König-68/+71
2016-05-02drm/amdgpu: use BO pages instead of GART arrayChristian König-13/+16
2016-05-02drm/amdgpu: change parameter passing in the VM codeChristian König-46/+54
2016-05-02drm/amdgpu: improve vmid assigment V2Chunming Zhou-0/+14
2016-03-09drm/amdgpu: Revert "add mutex for ba_va->valids/invalids"Christian König-11/+6
2016-03-09drm/amdgpu: Revert "add lock for interval tree in vm"Christian König-14/+2
2016-03-09drm/amdgpu: Revert "add spin lock to protect freed list in vm (v3)"Christian König-13/+3
2016-03-09drm/amdgpu: Fix two bugs in amdgpu_vm_bo_split_mappingFelix Kuehling-2/+2
2016-03-08drm/amdgpu: move get_user_pages out of amdgpu_ttm_tt_pin_userptr v6Christian König-0/+2
2016-03-08drm/amdgpu: if a GDS switch is needed emit a pipeline sync as wellChristian König-10/+12
2016-03-08drm/amdgpu: split pipeline sync and vm flushChristian König-0/+2
2016-03-08drm/amdgpu: switch the GDS only on demand v2Christian König-2/+41
2016-03-08drm/amdgpu: move the GDS switch into vm flush as wellChristian König-5/+13
2016-03-08drm/amdgpu: sync to the active user on reusing a VMIDChristian König-0/+7
2016-02-29drm/amdgpu: trace the pd_addr in vm_grab_id as wellChristian König-2/+3
2016-02-29drm/amdgpu: fix VM faults caused by vm_grab_id() v4Christian König-55/+60