summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
AgeCommit message (Expand)AuthorLines
2019-07-18drm/amdgpu: drop ras self testHawking Zhang-7/+0
2019-07-18drm/amdgpu: only allow error injection to UMC IP blockHawking Zhang-0/+6
2019-07-18drm/amdgpu: do not create ras debugfs/sysfs node for ASICs that don't have ra...Hawking Zhang-0/+6
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher-0/+2
2019-06-20drm/amdgpu: Do error injection even vram reserve failsxinhui pan-6/+7
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-0/+2
2019-06-13amdgpu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-39/+12
2019-06-10drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg-0/+2
2019-05-31drm/amdgpu: ras injection use gpu addressxinhui pan-0/+16
2019-05-24drm/amd/doc: Add RAS documentation to guideTom St Denis-2/+2
2019-05-24drm/amdgpu: use div64_ul for 32-bit compatibility v1Slava Abramov-2/+2
2019-05-24drm/amdgpu: ras support suspend/resumexinhui pan-5/+15
2019-05-24drm/amdgpu: add badpages sysfs interafcexinhui pan-0/+146
2019-05-24drm/amdgpu: handle ras resetxinhui pan-2/+34
2019-05-24drm/amdgpu: Issue ras TA disable/enable cmd forcely on bootxinhui pan-8/+26
2019-04-10drm/amdgpu: Introduce another ras enable functionxinhui pan-0/+27
2019-04-10drm/amdgpu: Make default ras error type to nonexinhui pan-9/+15
2019-03-27drm/amdgpu: remove per obj debugfs writexinhui pan-41/+1
2019-03-27drm/amdgpu: Fix amdgpu ras to ta enums conversionxinhui pan-6/+6
2019-03-27drm/amdgpu: use macro instead of enum for flagsxinhui pan-3/+1
2019-03-27drm/amdgpu: Fix some sanity checkxinhui pan-7/+17
2019-03-19drm/amdgpu: fix semicolon.cocci warningskbuild test robot-2/+2
2019-03-19drm/amdgpu: add new ras workflow control flagsxinhui pan-1/+33
2019-03-19drm/amdgpu: let ras initialization a little noticeablexinhui pan-2/+7
2019-03-19drm/amdgpu: Fix lockdep warning more gracelyxinhui pan-6/+2
2019-03-19drm/amdgpu: Fix ras debugfs data parsexinhui pan-1/+1
2019-03-19drm/amdgpu: add new member hw_supportedxinhui pan-12/+30
2019-03-19drm/amdgpu: Fix warning when lockdep is enabledxinhui pan-0/+6
2019-03-19drm/amdgpu: lookup vbios table to check ecc capabilityxinhui pan-27/+13
2019-03-19drm/amdgpu: add human readable debugfs control support (v2)xinhui pan-13/+102
2019-03-19drm/amdgpu: add debugfs ctrl nodexinhui pan-10/+112
2019-03-19drm/amdgpu: add amdgpu_ras.c to support ras (v2)xinhui pan-0/+1247