index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_vm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-29
drm/amdgpu: expand pte flags to uint64_t
Chunming Zhou
1
-9
/
+9
2017-03-29
drm/amdgpu: fix PRT teardown on VM fini v3
Christian König
1
-25
/
+81
2017-03-29
drm/amdgpu: add OOM fallback on PRT teardown (v2)
Christian König
1
-6
/
+22
2017-03-29
drm/amdgpu: minor PRT turnoff fix (v2)
Christian König
1
-7
/
+5
2017-03-29
drm/amdgpu: add basic PRT support (v2)
Christian König
1
-11
/
+90
2017-03-29
drm/amdgpu: add support for BO_VAs without BO v2
Christian König
1
-6
/
+14
2017-01-27
drm/amdgpu: fix amdgpu_bo_va_mapping flags
Christian König
1
-1
/
+1
2016-11-23
drm/amdgpu: use AMDGPU_GEM_CREATE_VRAM_CLEARED for VM PD/PTs (v2)
Christian König
1
-95
/
+4
2016-11-07
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
1
-0
/
+1
2016-10-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-39
/
+40
2016-10-25
drm/amdgpu: rework IP block registration (v2)
Alex Deucher
1
-3
/
+3
2016-10-25
drm/amdgpu: move the ring type into the funcs structure (v2)
Christian König
1
-1
/
+1
2016-10-25
drm/amdgpu: stop using a bo list entry for the VM PTs
Christian König
1
-20
/
+14
2016-10-25
drm/amdgpu: move PT validation back into VM code v2
Christian König
1
-8
/
+13
2016-10-25
drm/amdgpu: remove adev pointer from struct amdgpu_bo v2
Christian König
1
-1
/
+1
2016-10-25
drm/amdgpu: update the shadow PD together with the real one v2
Christian König
1
-65
/
+69
2016-10-25
drm/amdgpu: handle multiple MM nodes in the VMs v2
Christian König
1
-35
/
+46
2016-10-25
drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3
Christian König
1
-2
/
+4
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-39
/
+40
2016-10-24
drm/amdgpu: fix a vm_flush fence leak
Grazvydas Ignotas
1
-0
/
+1
2016-10-06
drm/amdgpu: revert "use more than 64KB fragment size if possible"
Christian König
1
-8
/
+4
2016-09-30
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-12
/
+55
2016-09-28
drm/amdgpu: improve VM PTE trace points
Christian König
1
-4
/
+6
2016-09-28
drm/amdgpu: fix initializing the VM BO shadow
Christian König
1
-0
/
+15
2016-09-28
drm/amdgpu: fix initializing the VM last eviction counter
Christian König
1
-2
/
+6
2016-09-28
drm/amdgpu: cleanup VM shadow BO unreferencing
Christian König
1
-6
/
+10
2016-09-28
drm/amdgpu: allocate GTT space for shadow VM page tables
Christian König
1
-0
/
+17
2016-09-28
Merge tag 'v4.8-rc8' into drm-next
Dave Airlie
1
-1
/
+4
2016-09-27
drm/amdgpu: fix addr handling in amdgpu_vm_bo_update_mapping
Christian König
1
-0
/
+1
2016-09-14
drm/amdgpu: bind GTT on demand
Christian König
1
-1
/
+2
2016-08-22
drm/amdgpu: cleanup amdgpu_vm_bo_update params
Christian König
1
-10
/
+11
2016-08-22
drm/amdgpu: update pt shadow while updating pt V2
Chunming Zhou
1
-1
/
+15
2016-08-22
drm/amdgpu: update pd shadow while updating pd V2
Chunming Zhou
1
-19
/
+41
2016-08-16
drm/amdgpu: add function pointer to the pte_update_params
Christian König
1
-22
/
+54
2016-08-16
drm/amdgpu: stop splitting PTE commands into smaller ones
Christian König
1
-2
/
+4
2016-08-16
drm/amdgpu: remove AMDGPU_VM_NO_FLUSH define
Christian König
1
-3
/
+0
2016-08-16
drm/amdgpu: cleanup the write_pte implementations
Christian König
1
-13
/
+7
2016-08-16
drm/amdgpu: remove pages_addr handling from the VM code
Christian König
1
-9
/
+1
2016-08-16
drm/amdgpu: write PTEs directly into the IB.
Christian König
1
-5
/
+21
2016-08-16
drm/amdgpu: allocate shadow for pd/pt bo V2
Chunming Zhou
1
-3
/
+11
2016-08-10
drm/amdgpu: use more than 64KB fragment size if possible
Christian König
1
-4
/
+8
2016-08-10
drm/amdgpu: flip frag_ptes and update_pts
Christian König
1
-87
/
+79
2016-08-10
drm/amdgpu: add adev to the pte_update_params
Christian König
1
-36
/
+29
2016-08-10
drm/amdgpu: rename amdgpu_vm_update_params
Christian König
1
-47
/
+44
2016-08-10
drm/amdgpu: cleanup VM fragment defines
Christian König
1
-1
/
+1
2016-08-09
drm/amdgpu: fix vm init error path
Chunming Zhou
1
-1
/
+4
2016-07-14
drm/amdgpu: trace need_flush in grab_vm as well
Christian König
1
-2
/
+2
2016-07-14
drm/amdgpu: check flush fence context instead of same ring v2
Christian König
1
-3
/
+6
2016-07-07
drm/amdgpu: recovery hw jobs when gpu reset V3
Chunming Zhou
1
-1
/
+2
2016-07-07
drm/amdgpu: abstract amdgpu_vm_is_gpu_reset
Chunming Zhou
1
-1
/
+8
[next]