index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-27
drm/amdgpu:add META_DATA struct for CSA/SRIOV v2
Monk Liu
3
-0
/
+120
2017-01-27
drm/amdgpu: refine ci uvd dpm code.
Rex Zhu
1
-1
/
+10
2017-01-27
drm/amdgpu: simplify allocation of scratch regs
Nils Wallménius
5
-34
/
+11
2017-01-27
drm/amdgpu: Refactor flip into prepare submit and submit. (v3)
Andrey Grodzovsky
2
-28
/
+123
2017-01-27
drm/amdgpu: Switch error code when bo pin fails. (v3)
Andrey Grodzovsky
1
-1
/
+0
2017-01-27
drm/amdgpu/gfx8: fix bugon.cocci warnings
Julia Lawall
1
-2
/
+1
2017-01-27
drm/amdgpu: use the num_rings variable for checking vce rings
Alex Deucher
1
-2
/
+2
2017-01-27
drm/amd/amdgpu: fix locking in bo creation error path
Nicolai Hähnle
1
-1
/
+2
2017-01-27
drm/amd/amdgpu: lock reservation object while creating shadow bo
Nicolai Hähnle
1
-0
/
+9
2017-01-27
drm/amdgpu: fix typo of CGTS
Huang Rui
1
-1
/
+1
2017-01-27
drm/amdgpu: do not reset gpu for virtualization
Xiangliang Yu
1
-0
/
+3
2017-01-27
drm/amdgpu/virt: enable virtual display
Xiangliang Yu
1
-0
/
+4
2017-01-27
drm/amdgpu/vi: add support virtualization
Xiangliang Yu
1
-2
/
+32
2017-01-27
drm/amdgpu: request/release full gpu access if device is vf
Xiangliang Yu
2
-1
/
+15
2017-01-27
drm/amdgpu/virt: implement VI virt operation interfaces
Xiangliang Yu
4
-1
/
+651
2017-01-27
drm/amdgpu/virt: add high level interfaces for virt
Xiangliang Yu
2
-5
/
+85
2017-01-27
drm/amdgpu/virt: use kiq to access registers (v2)
Xiangliang Yu
4
-0
/
+75
2017-01-27
drm/amdgpu/virt: add runtime flag
Xiangliang Yu
1
-0
/
+4
2017-01-27
drm/amdgpu/gfx8: implement emit_rreg/wreg function
Xiangliang Yu
2
-0
/
+38
2017-01-27
drm/amdgpu/ring: add two interfaces to support r/w registers with kiq
Xiangliang Yu
2
-0
/
+4
2017-01-27
drm/amdgpu:invoke CSA functions (v2)
Monk Liu
3
-0
/
+40
2017-01-27
drm/amdgpu:add new file for SRIOV
Monk Liu
3
-1
/
+98
2017-01-27
drm/amdgpu:new field members for SRIOV
Monk Liu
2
-0
/
+8
2017-01-27
drm/amd/amdgpu: add check that shadow page tables are GPU-accessible
Nicolai Hähnle
1
-3
/
+6
2017-01-27
drm/amd/amdgpu: add check that shadow page directory is GPU-accessible
Nicolai Hähnle
1
-3
/
+8
2017-01-27
drm/amd/amdgpu: add amdgpu_bo_gpu_accessible helper function
Nicolai Hähnle
1
-0
/
+9
2017-01-27
drm/amd/amdgpu: move eviction counting to amdgpu_bo_move_notify
Nicolai Hähnle
2
-4
/
+4
2017-01-27
drm/ttm: add evict parameter to ttm_bo_driver::move_notify
Nicolai Hähnle
2
-1
/
+3
2017-01-27
drm/amdgpu: refine vce3.0 initialize.
Rex Zhu
2
-18
/
+35
2017-01-27
drm/amdgpu: extend profiling mode.
Rex Zhu
2
-19
/
+24
2017-01-27
drm/amdgpu: fix bug return invalid value to sysfs.
Rex Zhu
1
-1
/
+1
2017-01-27
drm/amdgpu: add get clockgating_state method for vce v3
Huang Rui
2
-4
/
+37
2017-01-27
drm/amdgpu: add get clockgating_state method for uvd v5&v6
Huang Rui
3
-4
/
+63
2017-01-27
drm/amdgpu: add get clockgating_state method for vi common
Huang Rui
1
-0
/
+27
2017-01-27
drm/amdgpu: add get clockgating_state method for sdma v3
Huang Rui
1
-0
/
+17
2017-01-27
drm/amdgpu: add get clockgating_state method for gmc v8
Huang Rui
1
-0
/
+16
2017-01-27
drm/amdgpu: add get clockgating_state method for gfx v8
Huang Rui
1
-0
/
+40
2017-01-27
drm/amdgpu: add parse clock gating state
Huang Rui
2
-0
/
+39
2017-01-27
drm/amdgpu: introduce an interface to get clock gating status dynamically
Huang Rui
3
-0
/
+17
2017-01-27
drm/amdgpu: remove detect_hw_virtualization interface
Xiangliang Yu
3
-4
/
+4
2017-01-27
drm/amdgpu/vi: move virtualization detection forward
Xiangliang Yu
1
-11
/
+13
2017-01-27
drm/amdgpu/virt: rename fieldes of virtualization structure
Xiangliang Yu
6
-14
/
+14
2017-01-27
drm/amdgpu/gfx8: add support kernel interface queue(KIQ)
Xiangliang Yu
3
-2
/
+620
2017-01-27
drm/amdgpu: PCI I/O bar can be disabled
Amber Lin
1
-2
/
+2
2017-01-27
drm/amd/powerplay: refine powerplay interface.
Rex Zhu
1
-56
/
+52
2017-01-27
drm/amdgpu: use same enter/exit safe mode for gfx_8.
Rex Zhu
1
-94
/
+1
2017-01-27
drm/amd/powerplay: add profiling mode in dpm level
Rex Zhu
2
-2
/
+19
2017-01-27
drm/amdgpu: delete dead definitions of dpm_ip_funcs
Rex Zhu
3
-26
/
+0
2017-01-27
drm/amdgpu: delete dead module parameter:amdgpu_powerplay.
Rex Zhu
2
-5
/
+0
2017-01-27
drm/amd/powerplay: Unify dpm level defines
Rex Zhu
5
-52
/
+38
[next]