diff options
author | Hawking Zhang <Hawking.Zhang@amd.com> | 2020-11-18 21:14:59 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-03-23 22:55:31 -0400 |
commit | 2fdb91a25e8b17148894be27142fcf0c03f96e7d (patch) | |
tree | 4d1777f055d904f0615ea50e096ef4af9e5a59d2 /drivers/gpu/drm/amd/amdgpu/Makefile | |
parent | a6d9d6ab84022a3127244d81e14fcdf58a960453 (diff) | |
download | linux-2fdb91a25e8b17148894be27142fcf0c03f96e7d.tar.gz |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 82a99dd2df4b..17d9a3e798e2 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -131,6 +131,7 @@ amdgpu-y += \ sdma_v2_4.o \ sdma_v3_0.o \ sdma_v4_0.o \ + sdma_v4_4.o \ sdma_v5_0.o \ sdma_v5_2.o |