index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_ras.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: use sysfs_emit() to instead of scnprintf()
ye xingchen
2022-12-01
1
-1
/
+1
*
drm/amdgpu: enable RAS for VCN/JPEG v4.0
Tao Zhou
2022-11-17
1
-1
/
+2
*
drm/amdgpu: Enable mode-1 reset for RAS recovery in fatal error mode
YiPeng Chai
2022-11-17
1
-1
/
+6
*
drm/amdgpu: remove ras_error_status parameter for UMC poison handler
Tao Zhou
2022-10-27
1
-2
/
+1
*
drm/amdgpu: use page retirement API in MCA notifier
Tao Zhou
2022-10-27
1
-33
/
+3
*
drm/amdgpu: move convert_error_address out of umc_ras
Hawking Zhang
2022-10-17
1
-4
/
+12
*
drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supported
YiPeng Chai
2022-10-17
1
-5
/
+9
*
drm/amdgpu: Enable ras support for mp0 v13_0_0 and v13_0_10
YiPeng Chai
2022-10-17
1
-0
/
+10
*
Revert "drm/amdgpu: let mode2 reset fallback to default when failure"
Victor Zhao
2022-10-17
1
-1
/
+0
*
drm/amdgpu: fix coding style issue for mca notifier
Tao Zhou
2022-10-11
1
-3
/
+3
*
drm/amdgpu: define RAS convert_error_address API
Tao Zhou
2022-10-11
1
-1
/
+1
*
drm/amdgpu: use RAS error address convert api in mca notifier
Tao Zhou
2022-09-29
1
-16
/
+15
*
drm/amdgpu: Fixed ras warning when uninstalling amdgpu
YiPeng Chai
2022-09-29
1
-1
/
+2
*
drm/amdgpu: Skip reset error status for psp v13_0_0
Candice Li
2022-09-13
1
-1
/
+2
*
drm/amdgpu: let mode2 reset fallback to default when failure
Victor Zhao
2022-08-16
1
-0
/
+1
*
drm/amdgpu: support reset flag set for gpu reset
Likun Gao
2022-07-13
1
-2
/
+10
*
drm/amdgpu: skip whole ras bad page framework on sriov
Stanley.Yang
2022-07-05
1
-1
/
+1
*
drm/amdgpu: Only send ras feature for gfx block
Stanley.Yang
2022-07-05
1
-15
/
+19
*
drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re...
Andrey Grodzovsky
2022-06-10
1
-1
/
+1
*
drm/admgpu: Serialize RAS recovery work directly into reset domain queue.
Andrey Grodzovsky
2022-06-10
1
-2
/
+4
*
drm/amdgpu: Resolve RAS GFX error count issue after cold boot on Arcturus
Candice Li
2022-06-01
1
-5
/
+22
*
drm/amdgpu: fix ras supported check
Stanley.Yang
2022-06-01
1
-2
/
+3
*
drm/amdgpu: support ras on SRIOV
Stanley.Yang
2022-05-26
1
-11
/
+29
*
drm/amdgpu: refine RAS poison consumption handler
Tao Zhou
2022-05-10
1
-16
/
+25
*
drm/amdgpu: enable RAS IH for poison consumption
Tao Zhou
2022-05-10
1
-1
/
+3
*
drm/amdgpu: Remove useless kfree
Haowen Bai
2022-04-25
1
-1
/
+0
*
drm/amdgpu: add RAS fatal error interrupt handler
Tao Zhou
2022-04-22
1
-0
/
+20
*
drm/amdgpu: add RAS poison consumption handler (v2)
Tao Zhou
2022-04-22
1
-0
/
+34
*
drm/amdgpu: add RAS poison creation handler (v2)
Tao Zhou
2022-04-22
1
-26
/
+44
*
drm/amdgpu: Add vcn and jpeg ras support flag
Mohammad Zafar Ziya
2022-03-28
1
-0
/
+9
*
drm/amdgpu: message smu to update bad channel info
Stanley.Yang
2022-03-15
1
-0
/
+7
*
drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocks
yipechai
2022-03-02
1
-0
/
+8
*
drm/amdgpu: centrally calls the .ras_fini function of all ras blocks
yipechai
2022-03-02
1
-6
/
+14
*
drm/amdgpu: Fixed warning reported by kernel test robot
yipechai
2022-02-23
1
-1
/
+1
*
drm/amdgpu: Change amdgpu_ras_block_late_init_default function scope
MaĆra Canal
2022-02-23
1
-1
/
+1
*
drm/amdgpu: fix amdgpu_ras_block_late_init error handler
Tom Rix
2022-02-17
1
-6
/
+5
*
drm/amdgpu: Remove redundant .ras_late_init initialization in some ras blocks
yipechai
2022-02-17
1
-1
/
+9
*
drm/amdgpu: define amdgpu_ras_late_init to call all ras blocks' .ras_late_init
yipechai
2022-02-17
1
-0
/
+25
*
drm/amdgpu: Merge amdgpu_ras_late_init/amdgpu_ras_late_fini to amdgpu_ras_blo...
yipechai
2022-02-14
1
-42
/
+11
*
drm/amdgpu: Optimize operating sysfs and interrupt function interface in amdg...
yipechai
2022-02-14
1
-19
/
+18
*
drm/amdgpu: Optimize amdgpu_nbio_ras_late_init/amdgpu_nbio_ras_fini function ...
yipechai
2022-02-14
1
-0
/
+1
*
drm/amdgpu: Optimize xxx_ras_late_init/xxx_ras_late_fini for each ras block
yipechai
2022-02-14
1
-1
/
+34
*
Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...
Dave Airlie
2022-02-14
1
-202
/
+213
|
\
|
*
Revert "drm/amdgpu: Add judgement to avoid infinite loop"
yipechai
2022-02-07
1
-4
/
+0
|
*
drm/amdgpu: Fixed the defect of soft lock caused by infinite loop
yipechai
2022-02-07
1
-4
/
+31
|
*
drm/amdgpu: Print once if RAS unsupported
Luben Tuikov
2022-02-07
1
-8
/
+8
|
*
drm/amdgpu: Add judgement to avoid infinite loop
yipechai
2022-02-02
1
-0
/
+4
|
*
drm/amdgpu: add umc_fill_error_record to make code more simple
Tao Zhou
2022-01-27
1
-18
/
+5
|
*
Revert "drm/amdgpu: No longer insert ras blocks into ras_list if it already e...
yipechai
2022-01-25
1
-7
/
+0
|
*
drm/amdgpu: Remove repeated calls
yipechai
2022-01-20
1
-3
/
+1
[next]