summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-08drm/amdgpu: fix debugfs creation/removal, againArnd Bergmann1-6/+0
2020-10-30drm/amdgpu: fix the issue of reserving bad pages failedDennis Li1-8/+0
2020-10-30drm/amdgpu: remove redundant GPU resetDennis Li1-9/+1
2020-10-30drm/amdgpu: change to save bad pages in UMC error interrupt callbackDennis Li1-0/+1
2020-08-14drm/amdgpu: bypass querying ras error count registersGuchun Chen1-0/+3
2020-08-04drm/amdgpu: break GPU recovery once it's in bad state(v4)Guchun Chen1-0/+2
2020-08-04drm/amdgpu: skip bad page reservation once issuing from eeprom writeGuchun Chen1-3/+11
2020-08-04drm/amdgpu: validate bad page threshold in ras(v3)Guchun Chen1-0/+3
2020-07-15drm/amdgpu: RAS emergency restart logic refineWenhui Sheng1-0/+1
2020-04-01drm/amdgpu: disable ras query and iject during gpu resetJohn Clements1-0/+4
2020-03-10drm/amdgpu: add function to creat all ras debugfs nodeTao Zhou1-0/+2
2019-12-18drm/amdgpu: drop useless BACO arg in amdgpu_ras_reset_gpuGuchun Chen1-2/+1
2019-12-05drm/amdgpu: clear err_event_athub flag after reset exitLe Ma1-0/+5
2019-12-05drm/amdgpu: export amdgpu_ras_find_obj to use externallyLe Ma1-0/+3
2019-10-03drm/amdgpu: update parameter of ras_ih_cbTao Zhou1-1/+1
2019-09-16drm/amdgpu: fix ras ctrl debugfs node leakGuchun Chen1-2/+0
2019-09-16drm/amdgpu: Fix mutex lock from atomic context.Andrey Grodzovsky1-1/+3
2019-09-13drm/amdgpu: move the call of ras recovery_init and bad page reserve to proper...Tao Zhou1-0/+5
2019-09-13drm/amdgpu: save umc error recordsTao Zhou1-1/+1
2019-09-13drm/amdgpu: change ras bps type to eeprom table record structureTao Zhou1-6/+5
2019-09-13dmr/amdgpu: Add system auto reboot to RAS.Andrey Grodzovsky1-1/+1
2019-09-13drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky1-0/+10
2019-09-13drm/amdgpu: add helper function to do common ras_late_init/fini (v3)Hawking Zhang1-0/+7
2019-08-27drm/amdgpu: Add RAS EEPROM table.Andrey Grodzovsky1-0/+3
2019-08-23drm/amdgpu: correct ras error count typeGuchun Chen1-1/+1
2019-07-31drm/amdgpu: add define for gfx ras subblockDennis Li1-0/+230
2019-07-31drm/amdgpu: allow ras interrupt callback to return error dataTao Zhou1-18/+19
2019-07-31drm/amdgpu: add support for recording ras error addressTao Zhou1-0/+2
2019-07-31drm/amdgpu: move some ras data structure to amdgpu_ras.hHawking Zhang1-1/+68
2019-06-13amdgpu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+2
2019-06-11drm/amdgpu: Fix bounds checking in amdgpu_ras_is_supported()Dan Carpenter1-0/+2
2019-05-24drm/amdgpu: ras support suspend/resumexinhui pan1-1/+3
2019-05-24drm/amdgpu: add badpages sysfs interafcexinhui pan1-0/+1
2019-05-24drm/amdgpu: handle ras resetxinhui pan1-0/+3
2019-05-24drm/amdgpu: Revert "drm/amdgpu: skip gpu reset when ras error occured"xinhui pan1-3/+0
2019-04-10drm/amdgpu: Introduce another ras enable functionxinhui pan1-0/+3
2019-03-27drm/amdgpu: Fix amdgpu ras to ta enums conversionxinhui pan1-0/+56
2019-03-19drm/amdgpu: add new ras workflow control flagsxinhui pan1-0/+3
2019-03-19drm/amdgpu: add new member hw_supportedxinhui pan1-0/+3
2019-03-19drm/amdgpu: skip gpu reset when ras error occuredxinhui pan1-0/+3
2019-03-19drm/amdgpu: add debugfs ctrl nodexinhui pan1-0/+9
2019-03-19drm/amdgpu: add amdgpu_ras.c to support ras (v2)xinhui pan1-0/+217