Skip to content

Commit 7fc5f25

Browse files
frank98753alexdeucher
authored andcommitted
drm/amdgpu: correct sdma7 max dw
correct sdma7 max dw into 8 Signed-off-by: Frank Min <Frank.Min@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commit 86598c3)
1 parent 4a5ad08 commit 7fc5f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ static void sdma_v7_0_emit_fill_buffer(struct amdgpu_ib *ib,
16171617

16181618
static const struct amdgpu_buffer_funcs sdma_v7_0_buffer_funcs = {
16191619
.copy_max_bytes = 0x400000,
1620-
.copy_num_dw = 7,
1620+
.copy_num_dw = 8,
16211621
.emit_copy_buffer = sdma_v7_0_emit_copy_buffer,
16221622
.fill_max_bytes = 0x400000,
16231623
.fill_num_dw = 5,

0 commit comments

Comments
 (0)