aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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_block_late_init/amdgpu_ras_block_late_finiyipechai1-42/+11
2022-02-14drm/amdgpu: Optimize operating sysfs and interrupt function interface in amdgpu_ras.cyipechai1-19/+18
2022-02-14drm/amdgpu: Optimize amdgpu_nbio_ras_late_init/amdgpu_nbio_ras_fini function codeyipechai1-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/agd5f/linux into drm-nextDave 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 exists in ras_list"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 ras_listyipechai1-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 include amdgpu_ras.hyipechai1-0/+39
2022-01-14drm/amdgpu: Unify ras block interface for each ras blockyipechai1-0/+46
2022-01-14drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan1-3/+2
2022-01-11drm/amdgpu: do not pass ttm_resource_manager to vram_mgrNirmoy Das1-4/+2
2022-01-11drm/amdgpu: Clear garbage data in err_data before usageJiawei Gu1-0/+1
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-17/+56
2021-12-22x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumerationYazen Ghannam1-1/+1
2021-12-13drm/amdgpu: fix amdgpu_ras_mca_query_error_status scopeIsabella Basso1-3/+3
2021-12-13drm/amd: fix improper docstring syntaxIsabella Basso1-3/+3
2021-12-13drm/amdgpu: enable RAS poison flag when GPU is connected to CPUTao Zhou1-1/+5
2021-12-07drm/amdgpu: skip umc ras error count harvestStanley.Yang1-5/+10
2021-12-07drm/amdgpu: only skip get ecc info for aldebaranStanley.Yang1-1/+2