summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Skip reset error status for psp v13_0_0Candice Li2022-09-131-1/+2
* drm/amdgpu: let mode2 reset fallback to default when failureVictor Zhao2022-08-161-0/+1
* drm/amdgpu: support reset flag set for gpu resetLikun Gao2022-07-131-2/+10
* drm/amdgpu: skip whole ras bad page framework on sriovStanley.Yang2022-07-051-1/+1
* drm/amdgpu: Only send ras feature for gfx blockStanley.Yang2022-07-051-16/+20
* drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re...Andrey Grodzovsky2022-06-101-1/+1
* drm/admgpu: Serialize RAS recovery work directly into reset domain queue.Andrey Grodzovsky2022-06-101-2/+4
* drm/amdgpu: Resolve RAS GFX error count issue after cold boot on ArcturusCandice Li2022-06-011-5/+22
* drm/amdgpu: fix ras supported checkStanley.Yang2022-06-011-2/+3
* drm/amdgpu: support ras on SRIOVStanley.Yang2022-05-261-12/+30
* drm/amdgpu: refine RAS poison consumption handlerTao Zhou2022-05-101-17/+26
* drm/amdgpu: enable RAS IH for poison consumptionTao Zhou2022-05-101-1/+3
* drm/amdgpu: Remove useless kfreeHaowen Bai2022-04-251-1/+0
* drm/amdgpu: add RAS fatal error interrupt handlerTao Zhou2022-04-221-0/+20
* drm/amdgpu: add RAS poison consumption handler (v2)Tao Zhou2022-04-221-0/+34
* drm/amdgpu: add RAS poison creation handler (v2)Tao Zhou2022-04-221-26/+44
* drm/amdgpu: Add vcn and jpeg ras support flagMohammad Zafar Ziya2022-03-281-0/+9
* drm/amdgpu: message smu to update bad channel infoStanley.Yang2022-03-151-0/+7
* drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocksyipechai2022-03-021-0/+8
* drm/amdgpu: centrally calls the .ras_fini function of all ras blocksyipechai2022-03-021-6/+14
* drm/amdgpu: Fixed warning reported by kernel test robotyipechai2022-02-231-1/+1
* drm/amdgpu: Change amdgpu_ras_block_late_init_default function scopeMaĆ­ra Canal2022-02-231-1/+1
* drm/amdgpu: fix amdgpu_ras_block_late_init error handlerTom Rix2022-02-171-6/+5
* drm/amdgpu: Remove redundant .ras_late_init initialization in some ras blocksyipechai2022-02-171-1/+9
* drm/amdgpu: define amdgpu_ras_late_init to call all ras blocks' .ras_late_inityipechai2022-02-171-0/+25
* drm/amdgpu: Merge amdgpu_ras_late_init/amdgpu_ras_late_fini to amdgpu_ras_blo...yipechai2022-02-141-42/+11
* drm/amdgpu: Optimize operating sysfs and interrupt function interface in amdg...yipechai2022-02-141-19/+18
* drm/amdgpu: Optimize amdgpu_nbio_ras_late_init/amdgpu_nbio_ras_fini function ...yipechai2022-02-141-0/+1
* drm/amdgpu: Optimize xxx_ras_late_init/xxx_ras_late_fini for each ras blockyipechai2022-02-141-1/+34
* Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie2022-02-141-205/+216
|\
| * Revert "drm/amdgpu: Add judgement to avoid infinite loop"yipechai2022-02-071-4/+0
| * drm/amdgpu: Fixed the defect of soft lock caused by infinite loopyipechai2022-02-071-4/+31
| * drm/amdgpu: Print once if RAS unsupportedLuben Tuikov2022-02-071-8/+8
| * drm/amdgpu: Add judgement to avoid infinite loopyipechai2022-02-021-0/+4
| * drm/amdgpu: add umc_fill_error_record to make code more simpleTao Zhou2022-01-271-18/+5
| * Revert "drm/amdgpu: No longer insert ras blocks into ras_list if it already e...yipechai2022-01-251-7/+0
| * drm/amdgpu: Remove repeated callsyipechai2022-01-191-3/+1
| * drm/amdgpu: Fix the code style warnings in amdgpu_rasyipechai2022-01-181-17/+24
| * drm/amdgpu: handle denied inject error into critical regions v2Stanley.Yang2022-01-181-1/+1
| * drm/amdgpu: fix compile warning for ras_block_match_defaultyipechai2022-01-141-1/+2
| * drm/amdgpu: Use ARRAY_SIZE to get array lengthyipechai2022-01-141-1/+2
| * drm/amdgpu: clean up some inconsistent indentingYang Li2022-01-141-3/+5
| * drm/amdgpu: remove unneeded semicolonYang Li2022-01-141-1/+1
| * drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in...yipechai2022-01-141-0/+8
| * drm/amdgpu: Add ras supported check for register_ras_blockyipechai2022-01-141-0/+3
| * drm/amdgpu: Removed redundant ras codeyipechai2022-01-141-48/+19
| * drm/amdgpu: Adjust error inject function code style in amdgpu_ras.cyipechai2022-01-141-76/+13
| * drm/amdgpu: Modify sdma block to fit for the unified ras block data and opsyipechai2022-01-141-10/+0
| * drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai2022-01-141-15/+15
| * drm/amdgpu: Modify nbio block to fit for the unified ras block data and opsyipechai2022-01-141-12/+10