> -----Original Message-----
> From: amd-gfx [mailto:[email protected]] On Behalf
> Of Tom St Denis
> Sent: Monday, June 12, 2017 9:06 AM
> To: [email protected]
> Cc: StDenis, Tom
> Subject: [PATCH 2/2] drm/amd/amdgpu: Rename KIQ ring to avoid spaces
> 
> Swap space for underscore in ring name.
> 
> Signed-off-by: Tom St Denis <[email protected]>

Series is:
Reviewed-by: Alex Deucher <[email protected]>

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
> index dfbf0273585f..e26108aad3fe 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
> @@ -200,7 +200,7 @@ int amdgpu_gfx_kiq_init_ring(struct amdgpu_device
> *adev,
>               return r;
> 
>       ring->eop_gpu_addr = kiq->eop_gpu_addr;
> -     sprintf(ring->name, "kiq %d.%d.%d", ring->me, ring->pipe, ring-
> >queue);
> +     sprintf(ring->name, "kiq_%d.%d.%d", ring->me, ring->pipe, ring-
> >queue);
>       r = amdgpu_ring_init(adev, ring, 1024,
>                            irq, AMDGPU_CP_KIQ_IRQ_DRIVER0);
>       if (r)
> --
> 2.12.0
> 
> _______________________________________________
> amd-gfx mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to