]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit2fdb91a25e8b17148894be27142fcf0c03f96e7d
tree4d1777f055d904f0615ea50e096ef4af9e5a59d2
parenta6d9d6ab84022a3127244d81e14fcdf58a960453
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]