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