summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-01drm/amdgpu: Resolve RAS GFX error count issue after cold boot on ArcturusCandice Li1-5/+22
2022-06-01drm/amdgpu: fix ras supported checkStanley.Yang1-2/+3
2022-05-26drm/amdgpu: support ras on SRIOVStanley.Yang1-12/+30
2022-05-10drm/amdgpu: refine RAS poison consumption handlerTao Zhou1-17/+26
2022-05-10drm/amdgpu: enable RAS IH for poison consumptionTao Zhou1-1/+3
2022-04-25drm/amdgpu: Remove useless kfreeHaowen Bai1-1/+0
2022-04-22drm/amdgpu: add RAS fatal error interrupt handlerTao Zhou1-0/+20
2022-04-22drm/amdgpu: add RAS poison consumption handler (v2)Tao Zhou1-0/+34
2022-04-22drm/amdgpu: add RAS poison creation handler (v2)Tao Zhou1-26/+44
2022-03-28drm/amdgpu: Add vcn and jpeg ras support flagMohammad Zafar Ziya1-0/+9
2022-03-15drm/amdgpu: message smu to update bad channel infoStanley.Yang1-0/+7
2022-03-02drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocksyipechai1-0/+8
2022-03-02drm/amdgpu: centrally calls the .ras_fini function of all ras blocksyipechai1-6/+14
2022-02-23drm/amdgpu: Fixed warning reported by kernel test robotyipechai1-1/+1
2022-02-23drm/amdgpu: Change amdgpu_ras_block_late_init_default function scopeMaĆ­ra Canal1-1/+1
2022-02-17drm/amdgpu: fix amdgpu_ras_block_late_init error handlerTom Rix1-6/+5
2022-02-17drm/amdgpu: Remove redundant .ras_late_init initialization in some ras blocksyipechai1-1/+9
2022-02-17drm/amdgpu: define amdgpu_ras_late_init to call all ras blocks' .ras_late_inityipechai1-0/+25
2022-02-14drm/amdgpu: Merge amdgpu_ras_late_init/amdgpu_ras_late_fini to amdgpu_ras_blo...yipechai1-42/+11
2022-02-14drm/amdgpu: Optimize operating sysfs and interrupt function interface in amdg...yipechai1-19/+18
2022-02-14drm/amdgpu: Optimize amdgpu_nbio_ras_late_init/amdgpu_nbio_ras_fini function ...yipechai1-0/+1
2022-02-14drm/amdgpu: Optimize xxx_ras_late_init/xxx_ras_late_fini for each ras blockyipechai1-1/+34
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie1-205/+216
2022-02-07Revert "drm/amdgpu: Add judgement to avoid infinite loop"yipechai1-4/+0
2022-02-07drm/amdgpu: Fixed the defect of soft lock caused by infinite loopyipechai1-4/+31
2022-02-07drm/amdgpu: Print once if RAS unsupportedLuben Tuikov1-8/+8
2022-02-02drm/amdgpu: Add judgement to avoid infinite loopyipechai1-0/+4
2022-01-27drm/amdgpu: add umc_fill_error_record to make code more simpleTao Zhou1-18/+5
2022-01-25Revert "drm/amdgpu: No longer insert ras blocks into ras_list if it already e...yipechai1-7/+0
2022-01-19drm/amdgpu: Remove repeated callsyipechai1-3/+1
2022-01-18drm/amdgpu: Fix the code style warnings in amdgpu_rasyipechai1-17/+24
2022-01-18drm/amdgpu: handle denied inject error into critical regions v2Stanley.Yang1-1/+1
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+3
2022-01-14drm/amdgpu: fix compile warning for ras_block_match_defaultyipechai1-1/+2
2022-01-14drm/amdgpu: Use ARRAY_SIZE to get array lengthyipechai1-1/+2
2022-01-14drm/amdgpu: clean up some inconsistent indentingYang Li1-3/+5
2022-01-14drm/amdgpu: remove unneeded semicolonYang Li1-1/+1
2022-01-14drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in...yipechai1-0/+8
2022-01-14drm/amdgpu: Add ras supported check for register_ras_blockyipechai1-0/+3
2022-01-14drm/amdgpu: Removed redundant ras codeyipechai1-48/+19
2022-01-14drm/amdgpu: Adjust error inject function code style in amdgpu_ras.cyipechai1-76/+13
2022-01-14drm/amdgpu: Modify sdma block to fit for the unified ras block data and opsyipechai1-10/+0
2022-01-14drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai1-15/+15
2022-01-14drm/amdgpu: Modify nbio block to fit for the unified ras block data and opsyipechai1-12/+10
2022-01-14drm/amdgpu: Modify mmhub block to fit for the unified ras block data and opsyipechai1-34/+13
2022-01-14drm/amdgpu: Modify hdp block to fit for the unified ras block data and opsyipechai1-8/+8
2022-01-14drm/amdgpu: Modify xgmi block to fit for the unified ras block data and opsyipechai1-3/+7
2022-01-14drm/amdgpu: Modify gfx block to fit for the unified ras block data and opsyipechai1-21/+42
2022-01-14drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h i...yipechai1-0/+39
2022-01-14drm/amdgpu: Unify ras block interface for each ras blockyipechai1-0/+46