* [PATCH 1/2] drm/amdgpu: add sdma 6.1.1 firmware
@ 2024-02-14 21:35 Alex Deucher
2024-02-14 21:35 ` [PATCH 2/2] drm/amdgpu: add SDMA 6.1.1 discovery support Alex Deucher
0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2024-02-14 21:35 UTC (permalink / raw)
To: amd-gfx; +Cc: Yifan Zhang, Alex Deucher
From: Yifan Zhang <yifan1.zhang@amd.com>
This patch to add sdma 6.1.1 firmware declaration.
Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
index 7e4d5188cbfa..93cf98304a29 100644
--- a/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
@@ -49,6 +49,7 @@ MODULE_FIRMWARE("amdgpu/sdma_6_0_1.bin");
MODULE_FIRMWARE("amdgpu/sdma_6_0_2.bin");
MODULE_FIRMWARE("amdgpu/sdma_6_0_3.bin");
MODULE_FIRMWARE("amdgpu/sdma_6_1_0.bin");
+MODULE_FIRMWARE("amdgpu/sdma_6_1_1.bin");
#define SDMA1_REG_OFFSET 0x600
#define SDMA0_HYP_DEC_REG_START 0x5880
--
2.42.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] drm/amdgpu: add SDMA 6.1.1 discovery support
2024-02-14 21:35 [PATCH 1/2] drm/amdgpu: add sdma 6.1.1 firmware Alex Deucher
@ 2024-02-14 21:35 ` Alex Deucher
0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2024-02-14 21:35 UTC (permalink / raw)
To: amd-gfx; +Cc: Yifan Zhang, Alex Deucher
From: Yifan Zhang <yifan1.zhang@amd.com>
This patch to add SDMA 6.1.1 support.
Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index ea4ca1e6d7b9..3bd47d882205 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -2050,6 +2050,7 @@ static int amdgpu_discovery_set_sdma_ip_blocks(struct amdgpu_device *adev)
case IP_VERSION(6, 0, 2):
case IP_VERSION(6, 0, 3):
case IP_VERSION(6, 1, 0):
+ case IP_VERSION(6, 1, 1):
amdgpu_device_ip_block_add(adev, &sdma_v6_0_ip_block);
break;
default:
--
2.42.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-14 21:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14 21:35 [PATCH 1/2] drm/amdgpu: add sdma 6.1.1 firmware Alex Deucher
2024-02-14 21:35 ` [PATCH 2/2] drm/amdgpu: add SDMA 6.1.1 discovery support Alex Deucher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox