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