summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-20drm/amdgpu: Reset RAS error count and status regsMukul Joshi1-0/+6
2021-04-20drm/amdgpu: fix a error injection failed issueDennis Li1-1/+1
2021-04-15drm/amdgpu: Add double-sscanf but invertLuben Tuikov1-2/+5
2021-04-15drm/amdgpu: Fix kernel-doc for the RAS sysfs interfaceLuben Tuikov1-23/+24
2021-04-15drm/amdgpu: Add bad_page_cnt_threshold to debugfsLuben Tuikov1-0/+2
2021-04-15drm/amdgpu: Fix a bug in checking the result of reserve pageLuben Tuikov1-6/+3
2021-04-15drm/amdgpu: Fix a bug for input with double sscanfLuben Tuikov1-8/+5
2021-04-09drm/amdgpu: page retire over debugfs mechanismJohn Clements1-0/+67
2021-04-09drm/amdgpu: RAS harvest on driver loadJohn Clements1-0/+29
2021-04-09drm/amdgpu: split gfx callbacks into ras and non-ras onesHawking Zhang1-12/+18
2021-04-09drm/amdgpu: split mmhub callbacks into ras and non-ras onesHawking Zhang1-8/+12
2021-04-09drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang1-4/+6
2021-04-09drm/amdgpu: move xgmi ras functions to xgmi_ras_funcsHawking Zhang1-1/+3
2021-04-09drm/amdgpu: split nbio callbacks into ras and non-ras onesHawking Zhang1-6/+24
2021-04-09drm/amdgpu: initialze ras caps per paltform configHawking Zhang1-12/+23
2021-04-09drm/amd: cleanup coding style a bitBernard Zhao1-4/+3
2021-04-09drm/amdgpu: support sdma error injectionStanley.Yang1-0/+1
2021-04-09drm/amdgpu: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-5/+3
2021-04-09drm/amdgpu: Fix check for RAS supportLuben Tuikov1-9/+6
2021-03-23drm/amdgpu: revert "reserve backup pages for bad page retirment"Christian König1-18/+11
2021-03-23drm/amdgpu: fix send ras disable cmd when asic not support rasStanley.Yang1-11/+46
2021-03-23drm/amdgpu: support query ecc cap for SIENNA_CICHLIDHawking Zhang1-2/+2
2021-03-23drm/amdgpu: skip read eeprom for device that pending on XGMI resetshaoyunl1-0/+6
2021-03-23drm/amdgpu: harvest edc status when connected to host via xGMIDennis Li1-9/+41
2021-03-23drm/amdgpu: enable watchdog feature for SQ of aldebaranDennis Li1-0/+3
2021-02-26drm/amdgpu: remove unnecessary reading for epprom headerDennis Li1-16/+0
2021-02-26drm/amdgpu: reserve backup pages for bad page retirmentDennis Li1-11/+18
2021-02-18drm/amdgpu: mark local function as staticNirmoy Das1-1/+1
2021-02-18drm/amdgpu: do not keep debugfs dentryNirmoy Das1-43/+30
2021-01-15drm/amdgpu: toggle on DF Cstate after finishing xgmi injectionGuchun Chen1-1/+1
2021-01-05drm/amdgpu: fix no bad_pages issue after umc ue injectionDennis Li1-4/+4
2020-12-08drm/amdgpu: fix debugfs creation/removal, againArnd Bergmann1-8/+5
2020-11-13drm/amd/amdgpu/amdgpu_ras: Make local function 'amdgpu_ras_error_status_query...Lee Jones1-2/+2
2020-11-13drm/amd/amdgpu/amdgpu_ras: Remove unused function 'amdgpu_ras_error_cure'Lee Jones1-7/+0
2020-11-02drm/amdgpu/amdgpu: improve code indentation and alignmentDeepak R Varma1-5/+5
2020-10-30drm/amdgpu: remove unneeded semicolonTom Rix1-1/+1
2020-10-30drm/amdgpu: fix the issue of reserving bad pages failedDennis Li1-111/+39
2020-10-30drm/amdgpu: change to save bad pages in UMC error interrupt callbackDennis Li1-4/+1
2020-10-21Revert drm/amdgpu: disable sienna chichlid UMC RASJohn Clements1-2/+2
2020-09-25drm/amdgpu: fix a warning in amdgpu_ras.c (v2)Alex Deucher1-1/+4
2020-09-25drm/amdgpu: clean up ras sysfs creation (v2)Guchun Chen1-56/+31
2020-09-25drm/amdgpu: disable sienna chichlid UMC RASJohn Clements1-2/+2
2020-09-22drm/amdgpu: update athub interrupt harvesting handleStanley.Yang1-1/+42
2020-08-26drm/amdkfd: fix set kfd node ras properties valueStanley.Yang1-9/+19
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-1/+1
2020-08-24drm/amdgpu: refine create and release logic of hive infoDennis Li1-1/+4
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-2/+2
2020-08-14drm/amdgpu: guard ras debugfs creation/removal based on CONFIG_DEBUG_FSGuchun Chen1-0/+4
2020-08-14drm/amdgpu: fix NULL pointer access issue when unloading driverGuchun Chen1-2/+0
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-2/+2