index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_ttm.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-27
drm/amd/amdgpu: move eviction counting to amdgpu_bo_move_notify
Nicolai Hähnle
1
-4
/
+0
2017-01-10
Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next
Dave Airlie
1
-3
/
+3
2016-12-30
drm/mm: Convert to drm_printer
Daniel Vetter
1
-3
/
+3
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2016-12-06
Revert "drm/amdgpu: use the kernel zone memory size as the max remote memory in amdgpu"
Alex Deucher
1
-7
/
+5
2016-12-04
don't open-code file_inode()
Al Viro
1
-2
/
+2
2016-11-23
drm/amdgpu: fix amdgpu_fill_buffer (v2)
Christian König
1
-21
/
+48
2016-10-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next
Dave Airlie
1
-9
/
+9
2016-10-25
drm/amdgpu: add amdgpu_ttm_bo_eviction_valuable callback
Christian König
1
-1
/
+25
2016-10-25
drm/ttm: make eviction decision a driver callback v2
Christian König
1
-0
/
+1
2016-10-25
drm/amdgpu: remove adev pointer from struct amdgpu_bo v2
Christian König
1
-26
/
+17
2016-10-25
drm/amdgpu: add VRAM manager v2
Christian König
1
-1
/
+1
2016-10-25
drm/amdgpu: enable amdgpu_move_blit to handle multiple MM nodes v2
Christian König
1
-33
/
+85
2016-10-25
drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3
Christian König
1
-1
/
+2
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-5
/
+5
2016-10-19
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
1
-2
/
+5
2016-09-30
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
1
-25
/
+33
2016-09-28
drm/amdgpu: free userptrs even if GTT isn't bound
Christian König
1
-3
/
+3
2016-09-28
drm/amdgpu: fix BO move offsets
Christian König
1
-2
/
+2
2016-09-28
drm/amdgpu: fix amdgpu_move_blit on 32bit systems
Christian König
1
-2
/
+2
2016-09-28
drm/amdgpu: rename all rbo variable to abo v2
Christian König
1
-14
/
+14
2016-09-28
drm/amdgpu: add a custom GTT memory manager v2
Christian König
1
-6
/
+14
2016-09-28
Merge tag 'v4.8-rc8' into drm-next
Dave Airlie
1
-2
/
+2
2016-09-28
Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next
Dave Airlie
1
-1
/
+2
2016-09-19
drm: use drm_file to tag vm-bos
David Herrmann
1
-1
/
+2
2016-09-14
drm/amdgpu: use explicit limit for VRAM<->GTT moves
Christian König
1
-2
/
+2
2016-09-14
drm/amdgpu: use explicit GTT limit for evictions
Christian König
1
-2
/
+18
2016-09-14
drm/amdgpu: unbind GTT only when it is bound
Christian König
1
-0
/
+3
2016-09-14
drm/amdgpu: use error label to handle exceptional case
Huang Rui
1
-9
/
+13
2016-09-14
drm/amdgpu: bind GTT on demand
Christian König
1
-3
/
+30
2016-09-14
drm/amdgpu: fix GTT offset handling
Christian König
1
-5
/
+5
2016-08-31
drm/amdgpu: add gart recovery by gtt list V2
Chunming Zhou
1
-0
/
+25
2016-08-31
drm/amdgpu: link all gtt when binding them V2
Chunming Zhou
1
-0
/
+9
2016-08-24
drm/amdgpu: fix lru size grouping v2
Christian König
1
-0
/
+8
2016-08-22
drm/amdgpu: fix lru size grouping v2
Christian König
1
-0
/
+8
2016-08-22
drm/amdgpu: add direct submision option for copy_buffer
Chunming Zhou
1
-7
/
+16
2016-08-19
drm/amdgpu: use domain's gpu_offset for start addr
Flora Cui
1
-6
/
+2
2016-08-19
drm/amdgpu: fix amdgpu_move_blit on 32bit systems
Christian König
1
-2
/
+2
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
Michel Dänzer
1
-2
/
+1
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm
Michel Dänzer
1
-2
/
+2
2016-08-08
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
Michel Dänzer
1
-2
/
+2
2016-08-08
drm/amdgpu: use the kernel zone memory size as the max remote memory in amdgpu
Ken Wang
1
-5
/
+7
2016-08-08
drm/amdgpu: implement amdgpu_fill_buffer()
Flora Cui
1
-0
/
+62
2016-08-05
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
Michel Dänzer
1
-2
/
+2
2016-07-07
drm/amdgpu: add eviction counter
Christian König
1
-0
/
+5
2016-07-07
drm/amdgpu: pipeline evictions as well
Christian König
1
-2
/
+4
2016-07-07
drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanup
Christian König
1
-2
/
+1
2016-07-07
drm/amdgpu: remove pre move wait
Christian König
1
-4
/
+0
2016-07-07
drm/ttm: wait for BO idle in ttm_bo_move_memcpy
Christian König
1
-1
/
+2
2016-07-07
drm/ttm: add wait for idle in all drivers bo_move functions
Christian König
1
-0
/
+4
[next]