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_ras.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-15
drm/amdgpu: message smu to update bad channel info
Stanley.Yang
1
-0
/
+7
2022-03-03
drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocks
yipechai
1
-0
/
+8
2022-03-03
drm/amdgpu: centrally calls the .ras_fini function of all ras blocks
yipechai
1
-6
/
+14
2022-02-23
drm/amdgpu: Fixed warning reported by kernel test robot
yipechai
1
-1
/
+1
2022-02-23
drm/amdgpu: Change amdgpu_ras_block_late_init_default function scope
MaĆra Canal
1
-1
/
+1
2022-02-17
drm/amdgpu: fix amdgpu_ras_block_late_init error handler
Tom Rix
1
-6
/
+5
2022-02-17
drm/amdgpu: Remove redundant .ras_late_init initialization in some ras blocks
yipechai
1
-1
/
+9
2022-02-17
drm/amdgpu: define amdgpu_ras_late_init to call all ras blocks' .ras_late_init
yipechai
1
-0
/
+25
2022-02-14
drm/amdgpu: Merge amdgpu_ras_late_init/amdgpu_ras_late_fini to amdgpu_ras_blo...
yipechai
1
-42
/
+11
2022-02-14
drm/amdgpu: Optimize operating sysfs and interrupt function interface in amdg...
yipechai
1
-19
/
+18
2022-02-14
drm/amdgpu: Optimize amdgpu_nbio_ras_late_init/amdgpu_nbio_ras_fini function ...
yipechai
1
-0
/
+1
2022-02-14
drm/amdgpu: Optimize xxx_ras_late_init/xxx_ras_late_fini for each ras block
yipechai
1
-1
/
+34
2022-02-14
Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...
Dave Airlie
1
-205
/
+216
2022-02-08
Revert "drm/amdgpu: Add judgement to avoid infinite loop"
yipechai
1
-4
/
+0
2022-02-08
drm/amdgpu: Fixed the defect of soft lock caused by infinite loop
yipechai
1
-4
/
+31
2022-02-08
drm/amdgpu: Print once if RAS unsupported
Luben Tuikov
1
-8
/
+8
2022-02-03
drm/amdgpu: Add judgement to avoid infinite loop
yipechai
1
-0
/
+4
2022-01-27
drm/amdgpu: add umc_fill_error_record to make code more simple
Tao Zhou
1
-18
/
+5
2022-01-26
Revert "drm/amdgpu: No longer insert ras blocks into ras_list if it already e...
yipechai
1
-7
/
+0
2022-01-20
drm/amdgpu: Remove repeated calls
yipechai
1
-3
/
+1
2022-01-19
drm/amdgpu: Fix the code style warnings in amdgpu_ras
yipechai
1
-17
/
+24
2022-01-19
drm/amdgpu: handle denied inject error into critical regions v2
Stanley.Yang
1
-1
/
+1
2022-01-16
Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-4
/
+3
2022-01-15
drm/amdgpu: fix compile warning for ras_block_match_default
yipechai
1
-1
/
+2
2022-01-15
drm/amdgpu: Use ARRAY_SIZE to get array length
yipechai
1
-1
/
+2
2022-01-15
drm/amdgpu: clean up some inconsistent indenting
Yang Li
1
-3
/
+5
2022-01-15
drm/amdgpu: remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-01-15
drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in...
yipechai
1
-0
/
+8
2022-01-15
drm/amdgpu: Add ras supported check for register_ras_block
yipechai
1
-0
/
+3
2022-01-15
drm/amdgpu: Removed redundant ras code
yipechai
1
-48
/
+19
2022-01-15
drm/amdgpu: Adjust error inject function code style in amdgpu_ras.c
yipechai
1
-76
/
+13
2022-01-15
drm/amdgpu: Modify sdma block to fit for the unified ras block data and ops
yipechai
1
-10
/
+0
2022-01-15
drm/amdgpu: Modify umc block to fit for the unified ras block data and ops
yipechai
1
-15
/
+15
2022-01-15
drm/amdgpu: Modify nbio block to fit for the unified ras block data and ops
yipechai
1
-12
/
+10
2022-01-15
drm/amdgpu: Modify mmhub block to fit for the unified ras block data and ops
yipechai
1
-34
/
+13
2022-01-15
drm/amdgpu: Modify hdp block to fit for the unified ras block data and ops
yipechai
1
-8
/
+8
2022-01-15
drm/amdgpu: Modify xgmi block to fit for the unified ras block data and ops
yipechai
1
-3
/
+7
2022-01-15
drm/amdgpu: Modify gfx block to fit for the unified ras block data and ops
yipechai
1
-21
/
+42
2022-01-15
drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h i...
yipechai
1
-0
/
+39
2022-01-15
drm/amdgpu: Unify ras block interface for each ras block
yipechai
1
-0
/
+46
2022-01-15
drm/amd/pm: do not expose implementation details to other blocks out of power
Evan Quan
1
-3
/
+2
2022-01-11
drm/amdgpu: do not pass ttm_resource_manager to vram_mgr
Nirmoy Das
1
-4
/
+2
2022-01-11
drm/amdgpu: Clear garbage data in err_data before usage
Jiawei Gu
1
-0
/
+1
2022-01-10
Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-17
/
+56
2021-12-22
x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumeration
Yazen Ghannam
1
-1
/
+1
2021-12-14
drm/amdgpu: fix amdgpu_ras_mca_query_error_status scope
Isabella Basso
1
-3
/
+3
2021-12-14
drm/amd: fix improper docstring syntax
Isabella Basso
1
-3
/
+3
2021-12-14
drm/amdgpu: enable RAS poison flag when GPU is connected to CPU
Tao Zhou
1
-1
/
+5
2021-12-07
drm/amdgpu: skip umc ras error count harvest
Stanley.Yang
1
-5
/
+10
2021-12-07
drm/amdgpu: only skip get ecc info for aldebaran
Stanley.Yang
1
-1
/
+2
[next]