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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-27
drm/amdgpu: Change kiq ring initialize sequence on gfx9
Rex Zhu
1
-14
/
+24
2018-08-27
drm/amdgpu: Change kiq initialize/reset sequence on gfx8
Rex Zhu
1
-19
/
+30
2018-08-27
drm/amdgpu: Refine gfx_v9_0_kcq_disable function
Rex Zhu
1
-17
/
+16
2018-08-27
drm/amdgpu: Remove duplicate code in gfx_v9_0.c
Rex Zhu
1
-60
/
+12
2018-08-27
drm/amdgpu: Refine gfx_v8_0_kcq_disable function
Rex Zhu
1
-14
/
+15
2018-08-27
drm/amdgpu: Remove duplicate code in gfx_v8_0.c
Rex Zhu
1
-67
/
+13
2018-08-27
drm/amdgpu: Remove dead code in amdgpu_pm.c
Rex Zhu
1
-35
/
+0
2018-08-27
drm/amdgpu: Power on uvd block when hw_fini
Rex Zhu
1
-2
/
+2
2018-08-27
drm/amdgpu: Update power state at the end of smu hw_init.
Rex Zhu
2
-5
/
+2
2018-08-27
drm/amdgpu: Fix vce initialize failed on Kaveri/Mullins
Rex Zhu
1
-15
/
+26
2018-08-27
drm/amdgpu: Remove duplicated power source update
Rex Zhu
1
-8
/
+0
2018-08-27
drm/amdgpu: Enable/disable gfx PG feature in rlc safe mode
Rex Zhu
1
-1
/
+10
2018-08-27
drm/amdgpu: Adjust the VM size based on system memory size v2
Felix Kuehling
2
-5
/
+29
2018-08-27
drm/amdgpu: implement soft_recovery for GFX9
Christian König
1
-0
/
+13
2018-08-27
drm/amdgpu: implement soft_recovery for GFX8 v2
Christian König
1
-0
/
+13
2018-08-27
drm/amdgpu: implement soft_recovery for GFX7
Christian König
1
-0
/
+13
2018-08-27
drm/amdgpu: add ring soft recovery v4
Christian König
3
-0
/
+35
2018-08-27
drm/amdgpu: Remove duplicated power source update
Rex Zhu
1
-8
/
+0
2018-08-27
drm/amd/display: Fix memory leak caused by missed dc_sink_release
SivapiriyanKumarasamy
1
-1
/
+5
2018-08-27
drm/amdgpu: fix holding mn_lock while allocating memory
Christian König
1
-12
/
+19
2018-08-27
drm/amdgpu: Power on uvd block when hw_fini
Rex Zhu
1
-2
/
+2
2018-08-27
drm/amdgpu: Update power state at the end of smu hw_init.
Rex Zhu
2
-5
/
+2
2018-08-27
drm/amdgpu: Fix vce initialize failed on Kaveri/Mullins
Rex Zhu
1
-15
/
+26
2018-08-27
drm/amdgpu: Enable/disable gfx PG feature in rlc safe mode
Rex Zhu
1
-1
/
+10
2018-08-27
drm/amdgpu: Adjust the VM size based on system memory size v2
Felix Kuehling
2
-5
/
+29
2018-08-27
drm/amdgpu: move PD/PT bos on LRU again
Huang Rui
1
-1
/
+1
2018-08-27
drm/amdgpu: use bulk moves for efficient VM LRU handling (v6)
Huang Rui
3
-23
/
+57
2018-08-27
drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk moves
Christian König
1
-4
/
+4
2018-08-27
drm/amdgpu: add amdgpu_gmc_pd_addr helper
Christian König
9
-23
/
+56
2018-08-27
drm/amdgpu: remove gart.table_addr
Christian König
9
-25
/
+24
2018-08-27
drm/amdgpu: rename gart.robj into gart.bo
Christian König
6
-25
/
+25
2018-08-27
drm/amdgpu: move setting the GART addr into TTM
Christian König
2
-3
/
+4
2018-08-27
drm/amdgpu: cleanup VM handling in the CS a bit
Christian König
1
-86
/
+74
2018-08-27
drm/amdgpu: validate the VM root PD from the VM code
Christian König
1
-4
/
+4
2018-08-27
drm/amdgpu: cleanup GPU recovery check a bit (v2)
Christian König
8
-22
/
+38
2018-08-27
drm/amdgpu: amdgpu_kiq_reg_write_reg_wait() can be static
kbuild test robot
1
-1
/
+1
2018-08-27
drm/amdgpu/display: add support for LVDS (v5)
Alex Deucher
10
-0
/
+135
2018-08-27
drm/amdgpu: Don't use kiq in gpu reset
Emily Deng
1
-11
/
+4
2018-08-27
drm/amd/display: indent an if statement
Dan Carpenter
1
-1
/
+1
2018-08-27
drm/amd/display: fix a compile warning
Wen Yang
1
-1
/
+1
2018-08-27
drm/amdgpu/sriov: Only sriov runtime support use kiq
Emily Deng
1
-7
/
+8
2018-08-27
drm/amdgpu: fix sdma doorbell range setting
Evan Quan
1
-1
/
+1
2018-08-27
drm/amdgpu: Fix compile warning
Rex Zhu
1
-0
/
+2
2018-08-27
drm/amdgpu: rework ctx entity creation
Christian König
3
-167
/
+190
2018-08-27
drm/amdgpu: cleanup HW_IP query
Christian König
1
-94
/
+110
2018-08-27
drm/amdgpu: remove fulll access for suspend phase1
Yintian Tao
1
-6
/
+0
2018-08-27
drm/amdgpu: use kiq to do invalidate tlb
Emily Deng
3
-10
/
+71
2018-08-27
drm/amdgpu: Remove the sriov checking and add firmware checking
Emily Deng
2
-1
/
+60
2018-08-27
drm/amd/display: implement DPMS DTN test v2
Jun Lei
5
-2
/
+518
2018-08-27
drm/amd/display: move edp fast boot optimization flag to stream
Anthony Koo
4
-14
/
+21
[prev]
[next]