Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu/gfx6: fix CSIB handling

We shouldn't return after the last section.
We need to update the rest of the CSIB.

Reviewed-by: Rodrigo Siqueira <siqueira@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

-2
-2
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
··· 2881 2881 buffer[count++] = cpu_to_le32(ext->reg_index - 0xa000); 2882 2882 for (i = 0; i < ext->reg_count; i++) 2883 2883 buffer[count++] = cpu_to_le32(ext->extent[i]); 2884 - } else { 2885 - return; 2886 2884 } 2887 2885 } 2888 2886 }