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
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
2016-07-07
drm/amdgpu: add a bool to specify if needing vm flush V2
Chunming Zhou
1
-36
/
+31
2016-07-07
drm/amdgpu: must update page table after gpu reset
Chunming Zhou
1
-0
/
+1
2016-07-07
drm/amdgpu: must update page table after gpu reset
Chunming Zhou
1
-0
/
+3
2016-07-07
drm/amdgpu: validate VM PTs only on eviction
Christian König
1
-1
/
+12
2016-07-07
drm/amdgpu: disable compute pipeline sync workaround when using fixed fw
Alex Deucher
1
-1
/
+27
2016-07-07
drm/amdgpu: save the PD addr before scheduling the job
Christian König
1
-4
/
+2
2016-07-07
drm/amdgpu: sync to buffer moves before VM updates
Christian König
1
-4
/
+19
2016-07-07
drm/amdgpu: Initialize the variables in a straight-forward way
Alex Xie
1
-6
/
+28
2016-07-07
drm/amdgpu: Add comment to describe the purpose of one difficult if statement
Alex Xie
1
-4
/
+7
2016-07-07
drm/amdgpu: Change some variable names to make code easier understood
Alex Xie
1
-16
/
+16
2016-07-07
drm/amdgpu: remove now unnecessary checks
Christian König
1
-20
/
+11
2016-07-07
drm/amdgpu: use a fence array for VMID management
Christian König
1
-58
/
+97
2016-07-07
drm/amdgpu: reuse VMIDs assigned to a VM only if there is also a free one
Christian König
1
-54
/
+59
2016-07-07
drm/amdgpu: prefer VMIDs idle on the current ring
Christian König
1
-15
/
+9
2016-07-07
drm/amdgpu: add optional ring to amdgpu_sync_is_idle
Christian König
1
-2
/
+2
2016-05-11
drm/amdgpu: Encapsulate some VM table update parameters (v2)
Harish Kasiviswanathan
1
-49
/
+62
2016-05-11
drm/amdgpu: remove define for reserved client ID
Christian König
1
-1
/
+1
2016-05-11
drm/amdgpu: remove owner cleanup v2
Christian König
1
-13
/
+0
2016-05-11
drm/amdgpu: make the VMID owner always 64bit
Christian König
1
-2
/
+2
2016-05-11
drm/amdgpu: add pipeline sync for compute job
Chunming Zhou
1
-1
/
+2
[next]