[PATCH 1/6] drm/amdgpu/gfx6: fix CSIB handling

Alex Deucher alexdeucher at gmail.com
Mon Mar 24 19:48:58 UTC 2025


ping on this series?

Alex

On Wed, Mar 19, 2025 at 12:23 PM Alex Deucher <alexander.deucher at amd.com> wrote:
>
> We shouldn't return after the last section.
> We need to update the rest of the CSIB.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
> index 13fbee46417af..cee2cf47112c9 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
> @@ -2874,8 +2874,6 @@ static void gfx_v6_0_get_csb_buffer(struct amdgpu_device *adev,
>                                 buffer[count++] = cpu_to_le32(ext->reg_index - 0xa000);
>                                 for (i = 0; i < ext->reg_count; i++)
>                                         buffer[count++] = cpu_to_le32(ext->extent[i]);
> -                       } else {
> -                               return;
>                         }
>                 }
>         }
> --
> 2.48.1
>


More information about the amd-gfx mailing list