summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
AgeCommit message (Expand)AuthorLines
2020-05-14drm/amdgpu: Update RAS XGMI error inject sequenceJohn Clements-1/+29
2020-05-05drm/amdgpu: allocate large structures dynamicallyArnd Bergmann-10/+21
2020-04-30drm/amdgpu: update RAS error handlingJohn Clements-9/+31
2020-04-22drm/amdgpu: set error query ready after all IPs late initDennis Li-5/+1
2020-04-22drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUGuchun Chen-2/+3
2020-04-13drm/amdgpu: refine ras related message printGuchun Chen-20/+31
2020-04-09drm/amdgpu: resolve mGPU RAS query instabilityJohn Clements-5/+15
2020-04-01drm/amdgpu: fix non-pointer dereference for non-RAS supportedEvan Quan-2/+2
2020-04-01drm/amdgpu: disable ras query and iject during gpu resetJohn Clements-3/+21
2020-03-20drm/amdgpu: protect RAS sysfs during GPU resetJohn Clements-0/+9
2020-03-13drm/amdgpu: fix warning in ras_debugfs_create_all()Stanley.Yang-5/+2
2020-03-13drm/amdgpu: update ras capability's query based on mem ecc configurationGuchun Chen-6/+18
2020-03-10drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou-5/+0
2020-03-10drm/amdgpu: add function to creat all ras debugfs nodeTao Zhou-0/+29
2020-03-06drm/amdgpu: enable PCS error report on VG20Hawking Zhang-0/+3
2020-02-26drm/amdgpu: move get_xgmi_relative_phy_addr to amdgpu_xgmi.cHawking Zhang-16/+4
2020-02-19drm/amdgpu: log on non-zero error conter per IP before GPU resetGuchun Chen-0/+33
2020-01-22drm/amdgpu: added support to get mGPU DRAM baseJohn Clements-0/+20
2020-01-16drm/amdgpu: check if driver should try recovery in ras recovery pathHawking Zhang-1/+2
2020-01-14drm/amdgpu: support error reporting for sdma ip blockHawking Zhang-0/+8
2019-12-23drm/amdgpu: add missed return value set for error caseGuchun Chen-0/+1
2019-12-18drm/amdgpu: Remove unneeded semicolon in amdgpu_ras.czhengbin-1/+1
2019-12-18drm/amdgpu: drop useless BACO arg in amdgpu_ras_reset_gpuGuchun Chen-2/+2
2019-12-05drm/amdgpu: export amdgpu_ras_find_obj to use externallyLe Ma-4/+1
2019-11-19drm/amdgpu: enable ras capablity check on arcturusHawking Zhang-1/+2
2019-11-06drm/amdgpu: Improve RAS documentation (v2)Alex Deucher-7/+33
2019-10-30drm/amdgpu: bypass some cleanup work after err_event_athub (v2)Le Ma-9/+11
2019-10-25drm/amdgpu: define macros for retire page reservationGuchun Chen-6/+11
2019-10-25drm/amdgpu: refine reboot debugfs operation in ras case (v3)Guchun Chen-7/+12
2019-10-15dmr/amdgpu: Fix crash on SRIOV for ERREVENT_ATHUB_INTERRUPT interrupt.Andrey Grodzovsky-0/+6
2019-10-10drm/amdgpu: avoid ras error injection for retired pageTao Zhou-0/+44
2019-10-10drm/amdgpu/ras: document the reboot ras optionAlex Deucher-1/+2
2019-10-10drm/amdgpu/ras: fix typos in documentationAlex Deucher-2/+2
2019-10-07drm/amdgpu: Fix error handling in amdgpu_ras_recovery_initFelix Kuehling-1/+1
2019-10-03drm/amdgpu: simplify the access to eeprom_control structTao Zhou-3/+3
2019-10-03drm/amdgpu: replace mmhub_funcs with mmhub.funcsTao Zhou-2/+2
2019-10-03drm/amdgpu/ras: fix and update the documentation for RASAlex Deucher-7/+46
2019-10-03drm/amdgpu: avoid null pointer dereferenceGuchun Chen-2/+2
2019-10-03drm/amdgpu/ras: use GPU PAGE_SIZE/SHIFT for reserving pagesAlex Deucher-1/+2
2019-10-03drm/amdgpu: replace DRM_ERROR with DRM_WARN in ras_reserve_bad_pagesTao Zhou-1/+6
2019-10-03docs: drm/amdgpu: Resolve build warningsAdam Zerella-18/+26
2019-09-17drm/amdgpu: cleanup creating BOs at fixed location (v2)Christian König-79/+6
2019-09-16drm/amdgpu: fix ras ctrl debugfs node leakGuchun Chen-7/+5
2019-09-16drm/amdgpu: support pcie bif ras query and injectGuchun Chen-0/+5
2019-09-16drm/amdgpu: enable error injection to XGMI block via debugfsHawking Zhang-0/+1
2019-09-16drm/amdgpu: Allow to reset to EERPOM table.Andrey Grodzovsky-0/+25
2019-09-16drm/amdgpu: move umc ras init to umc blockTao Zhou-4/+0
2019-09-16drm/amdgpu: Avoid RAS recovery init when no RAS support.Andrey Grodzovsky-1/+6
2019-09-13drm/amdgpu: move the call of ras recovery_init and bad page reserve to proper...Tao Zhou-13/+26
2019-09-13drm/amdgpu: Hook EEPROM table to RASTao Zhou-28/+81