SDMA 7.0 has increased transfer limits.

Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c 
b/drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c
index 326ecc8d37d21..39e11e51b66a3 100644
--- a/drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c
@@ -1816,10 +1816,10 @@ static void sdma_v7_0_emit_fill_buffer(struct amdgpu_ib 
*ib,
 }
 
 static const struct amdgpu_buffer_funcs sdma_v7_0_buffer_funcs = {
-       .copy_max_bytes = 0x400000,
+       .copy_max_bytes = 0x4000000,
        .copy_num_dw = 8,
        .emit_copy_buffer = sdma_v7_0_emit_copy_buffer,
-       .fill_max_bytes = 0x400000,
+       .fill_max_bytes = 0x4000000,
        .fill_num_dw = 5,
        .emit_fill_buffer = sdma_v7_0_emit_fill_buffer,
 };
-- 
2.51.0

Reply via email to