diff options
author | Huang Rui <ray.huang@amd.com> | 2021-08-02 07:33:11 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-05-06 16:36:14 +0200 |
commit | 04dd809b6fad0994d1e97b446bade28e3882340a (patch) | |
tree | 89b3634a3218f36f53beff07cb8e9c2731beae56 /drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c | |
parent | drm/amdgpu/discovery: add PSP v13.0.4 into the IP discovery list (diff) | |
download | linux-04dd809b6fad0994d1e97b446bade28e3882340a.tar.xz linux-04dd809b6fad0994d1e97b446bade28e3882340a.zip |
drm/amdgpu: add sdma support for sdma 6.0.1
Add sdma 6.0.1 support to sdma6 implementation.
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Aaron Liu <aaron.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c index 7650c1e530a3..6cc6a81a7d73 100644 --- a/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c @@ -45,6 +45,7 @@ #include "v11_structs.h" MODULE_FIRMWARE("amdgpu/sdma_6_0_0.bin"); +MODULE_FIRMWARE("amdgpu/sdma_6_0_1.bin"); MODULE_FIRMWARE("amdgpu/sdma_6_0_2.bin"); #define SDMA1_REG_OFFSET 0x600 |