summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: fix amdgpu_bo_va_mapping flagsChristian König2017-01-271-1/+1
* drm/amdgpu: use AMDGPU_GEM_CREATE_VRAM_CLEARED for VM PD/PTs (v2)Christian König2016-11-231-95/+4
* Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-0/+1
|\
| * drm/amdgpu: fix a vm_flush fence leakGrazvydas Ignotas2016-10-241-0/+1
* | Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-281-39/+40
|\ \
| * | dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-39/+40
| |/
* | drm/amdgpu: rework IP block registration (v2)Alex Deucher2016-10-251-3/+3
* | drm/amdgpu: move the ring type into the funcs structure (v2)Christian König2016-10-251-1/+1
* | drm/amdgpu: stop using a bo list entry for the VM PTsChristian König2016-10-251-20/+14
* | drm/amdgpu: move PT validation back into VM code v2Christian König2016-10-251-8/+13
* | drm/amdgpu: remove adev pointer from struct amdgpu_bo v2Christian König2016-10-251-1/+1
* | drm/amdgpu: update the shadow PD together with the real one v2Christian König2016-10-251-65/+69
* | drm/amdgpu: handle multiple MM nodes in the VMs v2Christian König2016-10-251-35/+46
* | drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3Christian König2016-10-251-2/+4
|/
* drm/amdgpu: revert "use more than 64KB fragment size if possible"Christian König2016-10-061-8/+4
* Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-301-12/+55
|\
| * drm/amdgpu: improve VM PTE trace pointsChristian König2016-09-281-4/+6
| * drm/amdgpu: fix initializing the VM BO shadowChristian König2016-09-281-0/+15
| * drm/amdgpu: fix initializing the VM last eviction counterChristian König2016-09-281-2/+6
| * drm/amdgpu: cleanup VM shadow BO unreferencingChristian König2016-09-281-6/+10
| * drm/amdgpu: allocate GTT space for shadow VM page tablesChristian König2016-09-281-0/+17
| * drm/amdgpu: fix addr handling in amdgpu_vm_bo_update_mappingChristian König2016-09-271-0/+1
* | Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-1/+4
|\ \ | |/ |/|
| * drm/amdgpu: fix vm init error pathChunming Zhou2016-08-091-1/+4
* | drm/amdgpu: bind GTT on demandChristian König2016-09-141-1/+2
* | drm/amdgpu: cleanup amdgpu_vm_bo_update paramsChristian König2016-08-221-10/+11
* | drm/amdgpu: update pt shadow while updating pt V2Chunming Zhou2016-08-221-1/+15
* | drm/amdgpu: update pd shadow while updating pd V2Chunming Zhou2016-08-221-19/+41
* | drm/amdgpu: add function pointer to the pte_update_paramsChristian König2016-08-161-22/+54
* | drm/amdgpu: stop splitting PTE commands into smaller onesChristian König2016-08-161-2/+4
* | drm/amdgpu: remove AMDGPU_VM_NO_FLUSH defineChristian König2016-08-161-3/+0
* | drm/amdgpu: cleanup the write_pte implementationsChristian König2016-08-161-13/+7
* | drm/amdgpu: remove pages_addr handling from the VM codeChristian König2016-08-161-9/+1
* | drm/amdgpu: write PTEs directly into the IB.Christian König2016-08-161-5/+21
* | drm/amdgpu: allocate shadow for pd/pt bo V2Chunming Zhou2016-08-161-3/+11
* | drm/amdgpu: use more than 64KB fragment size if possibleChristian König2016-08-101-4/+8
* | drm/amdgpu: flip frag_ptes and update_ptsChristian König2016-08-101-87/+79
* | drm/amdgpu: add adev to the pte_update_paramsChristian König2016-08-101-36/+29
* | drm/amdgpu: rename amdgpu_vm_update_paramsChristian König2016-08-101-47/+44
* | drm/amdgpu: cleanup VM fragment definesChristian König2016-08-101-1/+1
|/
* 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
OpenPOWER on IntegriCloud