Age | Commit message (Expand) | Author | Files | Lines |
2022-09-13 | drm/amdgpu: Skip reset error status for psp v13_0_0 | Candice Li | 1 | -1/+2 |
2022-07-13 | drm/amdgpu: support reset flag set for gpu reset | Likun Gao | 1 | -2/+10 |
2022-07-05 | drm/amdgpu: skip whole ras bad page framework on sriov | Stanley.Yang | 1 | -1/+1 |
2022-07-05 | drm/amdgpu: Only send ras feature for gfx block | Stanley.Yang | 1 | -16/+20 |
2022-06-10 | drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re... | Andrey Grodzovsky | 1 | -1/+1 |
2022-06-10 | drm/admgpu: Serialize RAS recovery work directly into reset domain queue. | Andrey Grodzovsky | 1 | -2/+4 |
2022-06-01 | drm/amdgpu: Resolve RAS GFX error count issue after cold boot on Arcturus | Candice Li | 1 | -5/+22 |
2022-06-01 | drm/amdgpu: fix ras supported check | Stanley.Yang | 1 | -2/+3 |
2022-05-26 | drm/amdgpu: support ras on SRIOV | Stanley.Yang | 1 | -12/+30 |
2022-05-10 | drm/amdgpu: refine RAS poison consumption handler | Tao Zhou | 1 | -17/+26 |
2022-05-10 | drm/amdgpu: enable RAS IH for poison consumption | Tao Zhou | 1 | -1/+3 |
2022-04-25 | drm/amdgpu: Remove useless kfree | Haowen Bai | 1 | -1/+0 |
2022-04-22 | drm/amdgpu: add RAS fatal error interrupt handler | Tao Zhou | 1 | -0/+20 |
2022-04-22 | drm/amdgpu: add RAS poison consumption handler (v2) | Tao Zhou | 1 | -0/+34 |
2022-04-22 | drm/amdgpu: add RAS poison creation handler (v2) | Tao Zhou | 1 | -26/+44 |
2022-03-28 | drm/amdgpu: Add vcn and jpeg ras support flag | Mohammad Zafar Ziya | 1 | -0/+9 |
2022-03-15 | drm/amdgpu: message smu to update bad channel info | Stanley.Yang | 1 | -0/+7 |
2022-03-02 | drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocks | yipechai | 1 | -0/+8 |
2022-03-02 | 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-07 | Revert "drm/amdgpu: Add judgement to avoid infinite loop" | yipechai | 1 | -4/+0 |
2022-02-07 | drm/amdgpu: Fixed the defect of soft lock caused by infinite loop | yipechai | 1 | -4/+31 |
2022-02-07 | drm/amdgpu: Print once if RAS unsupported | Luben Tuikov | 1 | -8/+8 |
2022-02-02 | 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-25 | Revert "drm/amdgpu: No longer insert ras blocks into ras_list if it already e... | yipechai | 1 | -7/+0 |
2022-01-19 | drm/amdgpu: Remove repeated calls | yipechai | 1 | -3/+1 |
2022-01-18 | drm/amdgpu: Fix the code style warnings in amdgpu_ras | yipechai | 1 | -17/+24 |
2022-01-18 | 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-14 | drm/amdgpu: fix compile warning for ras_block_match_default | yipechai | 1 | -1/+2 |
2022-01-14 | drm/amdgpu: Use ARRAY_SIZE to get array length | yipechai | 1 | -1/+2 |
2022-01-14 | drm/amdgpu: clean up some inconsistent indenting | Yang Li | 1 | -3/+5 |
2022-01-14 | drm/amdgpu: remove unneeded semicolon | Yang Li | 1 | -1/+1 |
2022-01-14 | drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in... | yipechai | 1 | -0/+8 |
2022-01-14 | drm/amdgpu: Add ras supported check for register_ras_block | yipechai | 1 | -0/+3 |
2022-01-14 | drm/amdgpu: Removed redundant ras code | yipechai | 1 | -48/+19 |
2022-01-14 | drm/amdgpu: Adjust error inject function code style in amdgpu_ras.c | yipechai | 1 | -76/+13 |
2022-01-14 | drm/amdgpu: Modify sdma block to fit for the unified ras block data and ops | yipechai | 1 | -10/+0 |
2022-01-14 | drm/amdgpu: Modify umc block to fit for the unified ras block data and ops | yipechai | 1 | -15/+15 |
2022-01-14 | drm/amdgpu: Modify nbio block to fit for the unified ras block data and ops | yipechai | 1 | -12/+10 |