summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-16drm/amdgpu: Avoid RAS recovery init when no RAS support.Andrey Grodzovsky1-1/+6
2019-09-13drm/amdgpu: move the call of ras recovery_init and bad page reserve to proper...Tao Zhou1-13/+26
2019-09-13drm/amdgpu: Hook EEPROM table to RASTao Zhou1-28/+81
2019-09-13drm/amdgpu: change ras bps type to eeprom table record structureTao Zhou1-21/+38
2019-09-13dmr/amdgpu: Add system auto reboot to RAS.Andrey Grodzovsky1-1/+8
2019-09-13drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky1-2/+20
2019-09-13drm/amdgpu: add helper function to do common ras_late_init/fini (v3)Hawking Zhang1-0/+72
2019-09-13drm/amdgpu: add ras_controller and err_event_athub interrupt supportHawking Zhang1-0/+14
2019-08-23drm/amdgpu: correct ras error count typeGuchun Chen1-3/+3
2019-08-12drm/amdgpu: remove ras block's feature status info in sysfsTao Zhou1-18/+1
2019-08-12drm/amdgpu: support mmhub ras in amdgpu rasTao Zhou1-0/+5
2019-08-12drm/amdgpu: add sub block parameter in ras inject commandTao Zhou1-7/+10
2019-08-06drm/amdgpu: update ras sysfs feature infoTao Zhou1-12/+5
2019-08-02drm/amdgpu: replace AMDGPU_RAS_UE with AMDGPU_RAS_SUCCESSTao Zhou1-1/+1
2019-08-02drm/amdgpu: support ce interrupt in ras moduleTao Zhou1-4/+8
2019-08-02drm/amdgpu: add error address query for umc rasTao Zhou1-0/+5
2019-07-31drm/amdgpu: support gfx ras error injection and err_cnt queryDennis Li1-3/+16
2019-07-31drm/amdgpu: remove ras_reserve_vram in ras injectionTao Zhou1-11/+10
2019-07-31drm/amdgpu: add check for ras error typeTao Zhou1-3/+8
2019-07-31drm/amdgpu: allow ras interrupt callback to return error dataTao Zhou1-3/+3
2019-07-31drm/amdgpu: add support for recording ras error addressTao Zhou1-1/+1
2019-07-31drm/amdgpu: switch to amdgpu_umc structureTao Zhou1-2/+2
2019-07-31drm/amdgpu: add ras error count after each query (v2)Tao Zhou1-0/+11
2019-07-31drm/amdgpu: querry umc error countHawking Zhang1-1/+10
2019-07-31drm/amdgpu: move some ras data structure to amdgpu_ras.hHawking Zhang1-68/+0
2019-07-18drm/amdgpu: drop ras self testHawking Zhang1-7/+0
2019-07-18drm/amdgpu: only allow error injection to UMC IP blockHawking Zhang1-0/+6
2019-07-18drm/amdgpu: do not create ras debugfs/sysfs node for ASICs that don't have ra...Hawking Zhang1-0/+6
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-0/+2
2019-06-20drm/amdgpu: Do error injection even vram reserve failsxinhui pan1-6/+7
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+2
2019-06-13amdgpu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-39/+12
2019-06-10drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg1-0/+2
2019-05-31drm/amdgpu: ras injection use gpu addressxinhui pan1-0/+16
2019-05-24drm/amd/doc: Add RAS documentation to guideTom St Denis1-2/+2
2019-05-24drm/amdgpu: use div64_ul for 32-bit compatibility v1Slava Abramov1-2/+2
2019-05-24drm/amdgpu: ras support suspend/resumexinhui pan1-5/+15
2019-05-24drm/amdgpu: add badpages sysfs interafcexinhui pan1-0/+146
2019-05-24drm/amdgpu: handle ras resetxinhui pan1-2/+34
2019-05-24drm/amdgpu: Issue ras TA disable/enable cmd forcely on bootxinhui pan1-8/+26
2019-04-10drm/amdgpu: Introduce another ras enable functionxinhui pan1-0/+27
2019-04-10drm/amdgpu: Make default ras error type to nonexinhui pan1-9/+15
2019-03-27drm/amdgpu: remove per obj debugfs writexinhui pan1-41/+1
2019-03-27drm/amdgpu: Fix amdgpu ras to ta enums conversionxinhui pan1-6/+6
2019-03-27drm/amdgpu: use macro instead of enum for flagsxinhui pan1-3/+1
2019-03-27drm/amdgpu: Fix some sanity checkxinhui pan1-7/+17
2019-03-19drm/amdgpu: fix semicolon.cocci warningskbuild test robot1-2/+2
2019-03-19drm/amdgpu: add new ras workflow control flagsxinhui pan1-1/+33
2019-03-19drm/amdgpu: let ras initialization a little noticeablexinhui pan1-2/+7
2019-03-19drm/amdgpu: Fix lockdep warning more gracelyxinhui pan1-6/+2