summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dmr/amdgpu: Add system auto reboot to RAS.Andrey Grodzovsky2019-09-131-1/+8
* drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky2019-09-131-2/+20
* drm/amdgpu: add helper function to do common ras_late_init/fini (v3)Hawking Zhang2019-09-131-0/+72
* drm/amdgpu: add ras_controller and err_event_athub interrupt supportHawking Zhang2019-09-131-0/+14
* drm/amdgpu: correct ras error count typeGuchun Chen2019-08-231-3/+3
* drm/amdgpu: remove ras block's feature status info in sysfsTao Zhou2019-08-121-18/+1
* drm/amdgpu: support mmhub ras in amdgpu rasTao Zhou2019-08-121-0/+5
* drm/amdgpu: add sub block parameter in ras inject commandTao Zhou2019-08-121-7/+10
* drm/amdgpu: update ras sysfs feature infoTao Zhou2019-08-061-12/+5
* drm/amdgpu: replace AMDGPU_RAS_UE with AMDGPU_RAS_SUCCESSTao Zhou2019-08-021-1/+1
* drm/amdgpu: support ce interrupt in ras moduleTao Zhou2019-08-021-4/+8
* drm/amdgpu: add error address query for umc rasTao Zhou2019-08-021-0/+5
* drm/amdgpu: support gfx ras error injection and err_cnt queryDennis Li2019-07-311-3/+16
* drm/amdgpu: remove ras_reserve_vram in ras injectionTao Zhou2019-07-311-11/+10
* drm/amdgpu: add check for ras error typeTao Zhou2019-07-311-3/+8
* drm/amdgpu: allow ras interrupt callback to return error dataTao Zhou2019-07-311-3/+3