index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_ttm.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-05-09
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
1
-0
/
+2
2016-05-04
drm/amdgpu: group BOs by log2 of the size on the LRU v2
Christian König
1
-2
/
+59
2016-05-04
drm/ttm: implement LRU add callbacks v2
Christian König
1
-0
/
+2
2016-05-04
drm/amdgpu: Mark all instances of struct drm_info_list as const
Nils Wallménius
1
-1
/
+1
2016-05-02
drm/amdgpu: optionally enable GART debugfs file
Christian König
1
-0
/
+9
2016-04-21
drm/amdgpu: forbid mapping of userptr bo through radeon device file
Jérôme Glisse
1
-0
/
+2
2016-04-04
Merge branch 'PAGE_CACHE_SIZE-removal'
Linus Torvalds
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2016-04-01
Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-0
/
+6
2016-03-28
drm/amdgpu: Don't move pinned BOs
Michel Dänzer
1
-0
/
+6
2016-03-21
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-56
/
+109
2016-03-20
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2016-03-17
Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-24
/
+77
2016-03-14
Merge drm-fixes into drm-next.
Dave Airlie
1
-1
/
+1
2016-03-08
drm/amdgpu: move get_user_pages out of amdgpu_ttm_tt_pin_userptr v6
Christian König
1
-14
/
+39
2016-03-08
drm/amdgpu: prevent get_user_pages recursion
Christian König
1
-10
/
+38
2016-02-16
drm/amdgpu: use post-decrement in error handling
Rasmus Villemoes
1
-1
/
+1
2016-02-16
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
Dave Hansen
1
-2
/
+1
2016-02-12
drm/amdgpu: use separate scheduler entitiy for buffer moves
Christian König
1
-1
/
+18
2016-02-12
drm/amdgpu: use per VM entity for page table updates (v2)
Christian König
1
-1
/
+1
2016-02-10
drm/amdgpu: move sync into job object
Christian König
1
-1
/
+1
2016-02-10
drm/amdgpu: cleanup in kernel job submission
Christian König
1
-22
/
+12
2016-02-10
drm/amdgpu: move ring from IBs into job
Christian König
1
-1
/
+1
2016-02-10
drm/amdgpu: make pad_ib a ring function v3
Christian König
1
-1
/
+1
2016-02-10
drm/amdgpu: check userptrs mm earlier
Christian König
1
-6
/
+3
2016-02-10
drm/amdgpu: clean up non-scheduler code path (v2)
Chunming Zhou
1
-4
/
+0
2016-02-10
drm/amdgpu: fix issue with overlapping userptrs
Christian König
1
-0
/
+19
2016-02-10
drm/amdgpu: fix issue with overlapping userptrs
Christian König
1
-0
/
+19
2016-02-02
drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
Ken Wang
1
-1
/
+1
2015-12-04
drm/amdgpu: set snooped flags only on system addresses v2
Christian König
1
-3
/
+4
2015-12-02
drm/amdgpu: add err check for pin userptr
Chunming Zhou
1
-3
/
+7
2015-11-16
drm/amdgpu: fix seq_printf format string
Arnd Bergmann
1
-3
/
+3
2015-11-04
drm/amdgpu: remove AMDGPU_FENCE_OWNER_MOVE
Christian König
1
-1
/
+1
2015-10-07
drm/amdgpu: add vram usage into debugfs
Chunming Zhou
1
-0
/
+5
2015-09-23
drm/amdgpu: export reservation_object from dmabuf to ttm (v2)
Christian König
1
-1
/
+1
2015-09-03
drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)
Alex Deucher
1
-1
/
+2
2015-08-26
drm/amdgpu: use IB for copy buffer of eviction
Chunming Zhou
1
-37
/
+40
2015-08-25
drm/amdgpu: fix no sync_wait in copy_buffer
Chunming Zhou
1
-1
/
+7
2015-08-25
drm/amdgpu: improve sa_bo->fence by kernel fence
Chunming Zhou
1
-1
/
+1
2015-06-29
drm/amdgpu: use kzalloc for allocating one thing
Maninder Singh
1
-1
/
+1
2015-06-03
drm/amdgpu: remove mclk_lock
Christian König
1
-36
/
+4
2015-06-03
drm/amdgpu: fix userptr BO unpin bug (v2)
monk.liu
1
-5
/
+3
2015-06-03
drm/amdgpu: add core driver (v4)
Alex Deucher
1
-0
/
+1249