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_debugfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-03
drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie
Kevin Wang
1
-2
/
+2
2021-02-27
drm/amdgpu: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
Yang Li
1
-2
/
+2
2021-02-19
drm/amdgpu: do not use drm middle layer for debugfs
Nirmoy Das
1
-107
/
+49
2021-02-19
drm/amd/pm: do not use drm middle layer for debugfs
Nirmoy Das
1
-5
/
+1
2021-02-19
drm/amd/display: do not use drm middle layer for debugfs
Nirmoy Das
1
-4
/
+2
2021-02-19
drm/amdgpu: do not keep debugfs dentry
Nirmoy Das
1
-11
/
+9
2021-01-20
Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/ag...
Daniel Vetter
1
-0
/
+3
2021-01-14
drm/amdgpu: Add secure display TA interface
Jinzhou Su
1
-0
/
+3
2020-12-15
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
1
-2
/
+2
2020-12-08
gpu/drm: ring_mirror_list --> pending_list
Luben Tuikov
1
-2
/
+2
2020-12-08
drm/scheduler: "node" --> "list"
Luben Tuikov
1
-3
/
+3
2020-11-14
drm/amd/amdgpu/amdgpu_debugfs: Demote obvious abuse of kernel-doc formatting
Lee Jones
1
-2
/
+2
2020-11-10
Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...
Dave Airlie
1
-5
/
+38
2020-11-04
Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+4
2020-11-02
drm/amdgpu/amdgpu: improve code indentation and alignment
Deepak R Varma
1
-5
/
+5
2020-10-26
drm/amdgpu: added support for psp fw attestation
John Clements
1
-0
/
+3
2020-10-15
drm/amdgpu: Add debugfs entry for printing VM info
Mihir Bhogilal Patel
1
-0
/
+30
2020-10-07
drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3
Christian König
1
-1
/
+4
2020-10-01
drm/amdgpu: support indirect access reg outside of mmio bar (v2)
Hawking Zhang
1
-1
/
+1
2020-08-24
drm/amdgpu: Get DRM dev from adev by inline-f
Luben Tuikov
1
-89
/
+89
2020-08-24
drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)
Luben Tuikov
1
-4
/
+4
2020-08-24
drm/amdgpu: change reset lock from mutex to rw_semaphore
Dennis Li
1
-7
/
+16
2020-08-24
drm/amdgpu: refine codes to avoid reentering GPU recovery
Dennis Li
1
-1
/
+1
2020-08-14
drm/amdgpu: revert "fix system hang issue during GPU reset"
Christian König
1
-7
/
+7
2020-08-14
drm/amdgpu: add debugfs interface for RAP test
Wenhui Sheng
1
-0
/
+3
2020-07-27
drm/amdgpu: fix system hang issue during GPU reset
Dennis Li
1
-7
/
+7
2020-07-21
drm/amdgpu: add read amdgpu_gfxoff status in debugfs
Jinzhou.Su
1
-0
/
+53
2020-07-11
drm/amdgpu: fix preemption unit test
Jack Xiao
1
-5
/
+15
2020-07-11
drm/amd/powerplay: revise calling chain on retrieving frequency range
Evan Quan
1
-1
/
+1
2020-07-11
drm/amd/powerplay: revise calling chain on setting soft limit
Evan Quan
1
-1
/
+3
2020-07-01
drm/amdgpu/debugfs: fix ref count leak when pm_runtime_get_sync fails
Alex Deucher
1
-25
/
+70
2020-07-01
drm/amdgpu/debugfs: fix memory leak when amdgpu_virt_enable_access_debugfs fa...
Chen Tao
1
-1
/
+1
2020-07-01
drm/amdgpu/debugfs: fix memory leak when pm_runtime_get_sync failed
Chen Tao
1
-3
/
+6
2020-05-18
drm/amdgpu: Add autodump debugfs node for gpu reset v8
Jiange Zhao
1
-1
/
+77
2020-04-13
drm/amdgpu: restrict debugfs register access under SR-IOV
Yintian Tao
1
-4
/
+69
2020-03-16
drm/amdgpu: revise RLCG access path
Monk Liu
1
-1
/
+1
2020-03-13
drm/amd/amdgpu: Fix GPR read from debugfs (v2)
Tom St Denis
1
-3
/
+3
2020-03-13
drm/amdgpu: use amdgpu_ras.h in amdgpu_debugfs.c
Stanley.Yang
1
-1
/
+1
2020-03-10
drm/amdgpu: call ras_debugfs_create_all in debugfs_init
Tao Zhou
1
-0
/
+3
2020-03-05
drm/amdgpu: Add debugfs interface to set arbitrary sclk for navi14 (v2)
Chengming Gui
1
-0
/
+43
2020-02-29
drm/amdgpu: no need to clean debugfs at amdgpu
Yintian Tao
1
-30
/
+0
2020-02-26
drm/amdgpu/display: move debugfs init into core amdgpu debugfs (v2)
Alex Deucher
1
-0
/
+8
2020-02-26
drm/amdgpu/ring: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-1
/
+22
2020-02-26
drm/amdgpu/firmware: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-0
/
+4
2020-02-26
drm/amdgpu/regs: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-0
/
+4
2020-02-26
drm/amdgpu/gem: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-0
/
+4
2020-02-26
drm/amdgpu/fence: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-0
/
+3
2020-02-26
drm/amdgpu/sa: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-0
/
+4
2020-02-26
drm/amdgpu/pm: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-0
/
+7
2020-02-26
drm/amdgpu/ttm: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-0
/
+10
[next]