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/gfx8: 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_v8_0.c
··· 1248 1248 PACKET3_SET_CONTEXT_REG_START); 1249 1249 for (i = 0; i < ext->reg_count; i++) 1250 1250 buffer[count++] = cpu_to_le32(ext->extent[i]); 1251 - } else { 1252 - return; 1253 1251 } 1254 1252 } 1255 1253 }