]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: add sdma v4_4 ras function
authorHawking Zhang <Hawking.Zhang@amd.com>
Wed, 18 Nov 2020 13:14:59 +0000 (21:14 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Mar 2021 02:55:31 +0000 (22:55 -0400)
commit6dee1352e568ba770d918006c069419723ee7881
tree4d1777f055d904f0615ea50e096ef4af9e5a59d2
parentd5491451961405b930dca68e28e7e53020b1cead
drm/amdgpu: add sdma v4_4 ras function

sdma ras function is the main structure to support
sdma ras on aldebaran. the patch initializes late_init
late_fini callbacks.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Dennis Li<Dennis.Li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
drivers/gpu/drm/amd/amdgpu/sdma_v4_4.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/sdma_v4_4.h [new file with mode: 0644]