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