summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: allocate large structures dynamicallyArnd Bergmann2020-05-051-10/+21
* drm/amdgpu: update RAS error handlingJohn Clements2020-04-301-9/+31
* drm/amdgpu: set error query ready after all IPs late initDennis Li2020-04-221-5/+1
* drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUGuchun Chen2020-04-221-2/+3
* drm/amdgpu: refine ras related message printGuchun Chen2020-04-131-20/+31
* drm/amdgpu: resolve mGPU RAS query instabilityJohn Clements2020-04-091-5/+15
* drm/amdgpu: fix non-pointer dereference for non-RAS supportedEvan Quan2020-04-011-2/+2
* drm/amdgpu: disable ras query and iject during gpu resetJohn Clements2020-04-011-3/+21
* drm/amdgpu: protect RAS sysfs during GPU resetJohn Clements2020-03-201-0/+9
* drm/amdgpu: fix warning in ras_debugfs_create_all()Stanley.Yang2020-03-131-5/+2
* drm/amdgpu: update ras capability's query based on mem ecc configurationGuchun Chen2020-03-131-6/+18
* drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou2020-03-101-5/+0
* drm/amdgpu: add function to creat all ras debugfs nodeTao Zhou2020-03-101-0/+29
* drm/amdgpu: enable PCS error report on VG20Hawking Zhang2020-03-061-0/+3
* drm/amdgpu: move get_xgmi_relative_phy_addr to amdgpu_xgmi.cHawking Zhang2020-02-261-16/+4
* drm/amdgpu: log on non-zero error conter per IP before GPU resetGuchun Chen2020-02-191-0/+33
* drm/amdgpu: added support to get mGPU DRAM baseJohn Clements2020-01-221-0/+20
* drm/amdgpu: check if driver should try recovery in ras recovery pathHawking Zhang2020-01-161-1/+2
* drm/amdgpu: support error reporting for sdma ip blockHawking Zhang2020-01-141-0/+8
* drm/amdgpu: add missed return value set for error caseGuchun Chen2019-12-231-0/+1
* drm/amdgpu: Remove unneeded semicolon in amdgpu_ras.czhengbin2019-12-181-1/+1
* drm/amdgpu: drop useless BACO arg in amdgpu_ras_reset_gpuGuchun Chen2019-12-181-2/+2
* drm/amdgpu: export amdgpu_ras_find_obj to use externallyLe Ma2019-12-051-4/+1
* drm/amdgpu: enable ras capablity check on arcturusHawking Zhang2019-11-191-1/+2
* drm/amdgpu: Improve RAS documentation (v2)Alex Deucher2019-11-061-7/+33
* drm/amdgpu: bypass some cleanup work after err_event_athub (v2)Le Ma2019-10-301-9/+11
* drm/amdgpu: define macros for retire page reservationGuchun Chen2019-10-251-6/+11
* drm/amdgpu: refine reboot debugfs operation in ras case (v3)Guchun Chen2019-10-251-7/+12
* dmr/amdgpu: Fix crash on SRIOV for ERREVENT_ATHUB_INTERRUPT interrupt.Andrey Grodzovsky2019-10-151-0/+6
* drm/amdgpu: avoid ras error injection for retired pageTao Zhou2019-10-101-0/+44
* drm/amdgpu/ras: document the reboot ras optionAlex Deucher2019-10-101-1/+2
* drm/amdgpu/ras: fix typos in documentationAlex Deucher2019-10-101-2/+2
* drm/amdgpu: Fix error handling in amdgpu_ras_recovery_initFelix Kuehling2019-10-071-1/+1
* drm/amdgpu: simplify the access to eeprom_control structTao Zhou2019-10-031-3/+3
* drm/amdgpu: replace mmhub_funcs with mmhub.funcsTao Zhou2019-10-031-2/+2
* drm/amdgpu/ras: fix and update the documentation for RASAlex Deucher2019-10-031-7/+46
* drm/amdgpu: avoid null pointer dereferenceGuchun Chen2019-10-031-2/+2
* drm/amdgpu/ras: use GPU PAGE_SIZE/SHIFT for reserving pagesAlex Deucher2019-10-031-1/+2
* drm/amdgpu: replace DRM_ERROR with DRM_WARN in ras_reserve_bad_pagesTao Zhou2019-10-031-1/+6
* docs: drm/amdgpu: Resolve build warningsAdam Zerella2019-10-031-18/+26
* drm/amdgpu: cleanup creating BOs at fixed location (v2)Christian König2019-09-171-79/+6
* drm/amdgpu: fix ras ctrl debugfs node leakGuchun Chen2019-09-161-7/+5
* drm/amdgpu: support pcie bif ras query and injectGuchun Chen2019-09-161-0/+5
* drm/amdgpu: enable error injection to XGMI block via debugfsHawking Zhang2019-09-161-0/+1
* drm/amdgpu: Allow to reset to EERPOM table.Andrey Grodzovsky2019-09-161-0/+25
* drm/amdgpu: move umc ras init to umc blockTao Zhou2019-09-161-4/+0
* drm/amdgpu: Avoid RAS recovery init when no RAS support.Andrey Grodzovsky2019-09-161-1/+6
* drm/amdgpu: move the call of ras recovery_init and bad page reserve to proper...Tao Zhou2019-09-131-13/+26
* drm/amdgpu: Hook EEPROM table to RASTao Zhou2019-09-131-28/+81
* drm/amdgpu: change ras bps type to eeprom table record structureTao Zhou2019-09-131-21/+38