summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/amdgpu: add support for recording ras error addressTao Zhou2019-07-311-1/+1
* drm/amdgpu: switch to amdgpu_umc structureTao Zhou2019-07-311-2/+2
* drm/amdgpu: add ras error count after each query (v2)Tao Zhou2019-07-311-0/+11
* drm/amdgpu: querry umc error countHawking Zhang2019-07-311-1/+10
* drm/amdgpu: move some ras data structure to amdgpu_ras.hHawking Zhang2019-07-311-68/+0
* drm/amdgpu: drop ras self testHawking Zhang2019-07-181-7/+0
* drm/amdgpu: only allow error injection to UMC IP blockHawking Zhang2019-07-181-0/+6
* drm/amdgpu: do not create ras debugfs/sysfs node for ASICs that don't have ra...Hawking Zhang2019-07-181-0/+6
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-0/+2
|\
| * Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-0/+2
| |\
| | * drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg2019-06-101-0/+2
* | | drm/amdgpu: Do error injection even vram reserve failsxinhui pan2019-06-201-6/+7
* | | amdgpu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-131-39/+12
|/ /
* | drm/amdgpu: ras injection use gpu addressxinhui pan2019-05-311-0/+16
* | drm/amd/doc: Add RAS documentation to guideTom St Denis2019-05-241-2/+2
* | drm/amdgpu: use div64_ul for 32-bit compatibility v1Slava Abramov2019-05-241-2/+2
* | drm/amdgpu: ras support suspend/resumexinhui pan2019-05-241-5/+15
* | drm/amdgpu: add badpages sysfs interafcexinhui pan2019-05-241-0/+146
* | drm/amdgpu: handle ras resetxinhui pan2019-05-241-2/+34