index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_benchmark.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
drm/amdgpu: use ktime rather than jiffies for benchmark results
Alex Deucher
1
-14
/
+17
2022-02-23
drm/amdgpu: use kernel BO API for benchmark buffer management
Alex Deucher
1
-61
/
+17
2022-02-23
drm/amdgpu: add a benchmark mutex
Alex Deucher
1
-9
/
+14
2022-02-23
drm/amdgpu: print the selected benchmark test in the log
Alex Deucher
1
-1
/
+25
2022-02-23
drm/amdgpu: plumb error handling though amdgpu_benchmark()
Alex Deucher
1
-39
/
+65
2022-02-22
drm/amdgpu/benchmark: use dev_info rather than DRM macros for logging
Alex Deucher
1
-5
/
+7
2021-04-09
drm/amdgpu: allow variable BO struct creation
Nirmoy Das
1
-0
/
+2
2020-04-28
drm/amdgpu: expand amdgpu_copy_buffer interface with tmz parameter
Aaron Liu
1
-1
/
+1
2019-11-07
drm/amdgpu: fix double reference dropping
Pan Bian
1
-4
/
+2
2019-06-11
drm/amd: drop use of drmP.h in amdgpu/amdgpu*
Sam Ravnborg
1
-1
/
+1
2018-07-10
drm/amdgpu: allocate gart memory when it's required (v3)
Junwei Zhang
1
-2
/
+12
2018-07-10
drm/amdgpu: separate gpu address from bo pin
Junwei Zhang
1
-2
/
+4
2018-05-15
drm/amdgpu: use amdgpu_bo_param for amdgpu_bo_create v2
Chunming Zhou
1
-4
/
+11
2018-03-14
drm/amdgpu: explicit give BO type to amdgpu_bo_create
Christian König
1
-4
/
+4
2018-02-19
drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()"
Christian König
1
-2
/
+2
2017-08-15
drm/amdgpu: Add a parameter to amdgpu_bo_create()
Yong Zhao
1
-2
/
+2
2017-07-14
drm/amdgpu: add vm_needs_flush parameter to amdgpu_copy_buffer
Christian König
1
-1
/
+1
2017-04-29
drm/amdgpu: Fix use of interruptible waiting
Alex Xie
1
-2
/
+2
2017-04-29
drm/amdgpu: Real return value can be over-written when clean up
Alex Xie
1
-4
/
+5
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-4
/
+4
2016-08-22
drm/amdgpu: add direct submision option for copy_buffer
Chunming Zhou
1
-1
/
+2
2016-05-05
drm/amd: make some function-local tables static const
Nils Wallménius
1
-1
/
+1
2015-09-24
drm/amdgpu: export reservation_object from dmabuf to ttm (v2)
Christian König
1
-2
/
+4
2015-08-27
drm/amdgpu: use IB for copy buffer of eviction
Chunming Zhou
1
-4
/
+4
2015-08-17
drm/amdgpu: remove amdgpu_fence_wait
Christian König
1
-1
/
+1
2015-06-04
drm/amdgpu: add core driver (v4)
Alex Deucher
1
-0
/
+221