index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-30
drm/amd/amdgpu: Correct ring wptr address in debugfs (v2)
Tom St Denis
1
-2
/
+2
2017-03-30
drm/amdgpu:fix ring init sequence
Monk Liu
1
-3
/
+3
2017-03-30
drm/amdgpu: add 64bit wb functions
Ken Wang
1
-13
/
+37
2017-03-30
drm/amdgpu: change wptr to 64 bits (v2)
Ken Wang
1
-1
/
+4
2017-03-30
drm/amdgpu:use clear_ring to clr RB
Monk Liu
1
-1
/
+1
2017-01-27
drm/amdgpu:set cond_exec polling value to 1 in ring_init
Monk Liu
1
-1
/
+3
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-12-05
don't open-code file_inode()
Al Viro
1
-1
/
+1
2016-10-25
drm/amdgpu: move align_mask and nop into ring funcs as well (v2)
Christian König
1
-10
/
+9
2016-10-25
drm/amdgpu: move the ring type into the funcs structure (v2)
Christian König
1
-3
/
+1
2016-10-14
drm/amdgpu: potential NULL dereference in debugfs code
Dan Carpenter
1
-2
/
+2
2016-09-27
drm/amdgpu: clear ring pointer in amdgpu_device on teardown
Grazvydas Ignotas
1
-0
/
+2
2016-09-14
drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()
Junwei Zhang
1
-15
/
+4
2016-08-08
drm/amdgpu: use amdgpu_bo_create_kernel in amdgpu_ring.c
Christian König
1
-22
/
+5
2016-07-29
drm/amdgpu: add begin/end_use ring callbacks
Christian König
1
-0
/
+10
2016-07-29
drm/amdgpu: remove fence_lock
Christian König
1
-1
/
+0
2016-07-07
drm/amdgpu: remove more of the ring backup code
Alex Deucher
1
-9
/
+0
2016-07-07
drm/amdgpu: clean up ring_backup code, no need more
Chunming Zhou
1
-72
/
+0
2016-07-07
drm/amdgpu: fix ring debugfs bug
Monk Liu
1
-0
/
+10
2016-07-07
drm/amd/amdgpu: ring debugfs is read in increments of 4 bytes
Tom St Denis
1
-1
/
+1
2016-07-07
drm/amd/amdgpu: Convert ring debugfs entries to binary
Tom St Denis
1
-65
/
+62
2016-07-07
drm/amdgpu: clear RB at ring init
Monk Liu
1
-0
/
+3
2016-06-09
drm/amdgpu: fix missing free wb for cond_exec
Monk Liu
1
-0
/
+1
2016-05-05
drm/amdgpu: fix the coding style in amdgpu_ring.c
Christian König
1
-2
/
+3
2016-05-05
drm/amdgpu: use the ring name for debugfs (v2)
Christian König
1
-33
/
+23
2016-05-05
drm/amdgpu: use max_dw in ring_init
Christian König
1
-9
/
+5
2016-05-05
drm/amdgpu: Mark all instances of struct drm_info_list as const
Nils Wallménius
1
-2
/
+2
2016-05-02
drm/amdgpu: support cond exec
Monk Liu
1
-0
/
+9
2016-03-17
drm/amdgpu: add number of hardware submissions to amdgpu_fence_driver_init_ring
Christian König
1
-1
/
+2
2016-03-14
drm/amdgpu: remove amdgpu_ring_from_fence
Christian König
1
-24
/
+0
2016-02-10
drm/amdgpu: make pad_ib a ring function v3
Christian König
1
-0
/
+13
2016-02-10
drm/amdgpu: remove rptr checking
Christian König
1
-52
/
+25
2016-02-10
drm/amdgpu: remove the ring lock v2
Christian König
1
-74
/
+6
2016-02-10
drm/amdgpu: remove some more semaphore leftovers
Alex Deucher
1
-4
/
+0
2016-01-22
drm/amdgpu: fix next_rptr handling for debugfs
Christian König
1
-1
/
+1
2015-10-30
drm/amdgpu: move ring_from_fence to common code
Christian König
1
-0
/
+24
2015-10-21
drm/amdgpu: remove old lockup detection infrastructure
Christian König
1
-43
/
+0
2015-10-14
drm/amdgpu: rework sdma structures
Alex Deucher
1
-2
/
+2
2015-09-24
drm/amdgpu: more scheduler cleanups v2
Christian König
1
-1
/
+3
2015-09-24
drm/amdgpu: cleanup fence queue init v2
Christian König
1
-2
/
+0
2015-09-24
drm/amdgpu: export reservation_object from dmabuf to ttm (v2)
Christian König
1
-1
/
+1
2015-09-02
drm/amdgpu: add insert_nop ring func and default implementation
Jammy Zhou
1
-3
/
+21
2015-08-17
drm/amdgpu: move wait_queue_head from adev to ring (v2)
monk.liu
1
-0
/
+2
2015-08-17
drm/amdgpu: protect fence_process from multiple context
Chunming Zhou
1
-1
/
+1
2015-06-04
drm/amdgpu: add core driver (v4)
Alex Deucher
1
-0
/
+561