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