[PATCH 2/2] drm/amd/amdgpu: Rename KIQ ring to avoid spaces

Deucher, Alexander Alexander.Deucher at amd.com
Mon Jun 12 15:54:06 UTC 2017


> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Tom St Denis
> Sent: Monday, June 12, 2017 9:06 AM
> To: amd-gfx at lists.freedesktop.org
> 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 <tom.stdenis at amd.com>

Series is:
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  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
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list