[PATCH 2/2] drm/amdgpu/gfx: fix indentation in new rlc spm code

Nirmoy nirmodas at amd.com
Thu Feb 27 20:33:19 UTC 2020


series Reviewed-by:Nirmoy Das <nirmoy.das at amd.com>

On 2/27/20 9:14 PM, Alex Deucher wrote:
> fixes warnings with -Wmisleading-indentation.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 6 +++---
>   drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c  | 6 +++---
>   drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c  | 6 +++---
>   drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c  | 6 +++---
>   4 files changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
> index cb3421e25adc..0dc3ed694fe8 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
> @@ -1016,9 +1016,9 @@ static int gfx_v10_0_rlc_init(struct amdgpu_device *adev)
>   			return r;
>   	}
>   
> -    /* init spm vmid with 0xf */
> -    if (adev->gfx.rlc.funcs->update_spm_vmid)
> -        adev->gfx.rlc.funcs->update_spm_vmid(adev, 0xf);
> +	/* init spm vmid with 0xf */
> +	if (adev->gfx.rlc.funcs->update_spm_vmid)
> +		adev->gfx.rlc.funcs->update_spm_vmid(adev, 0xf);
>   
>   	return 0;
>   }
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
> index 397c62c58436..733d398c61cc 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
> @@ -3346,9 +3346,9 @@ static int gfx_v7_0_rlc_init(struct amdgpu_device *adev)
>   			return r;
>   	}
>   
> -    /* init spm vmid with 0xf */
> -    if (adev->gfx.rlc.funcs->update_spm_vmid)
> -        adev->gfx.rlc.funcs->update_spm_vmid(adev, 0xf);
> +	/* init spm vmid with 0xf */
> +	if (adev->gfx.rlc.funcs->update_spm_vmid)
> +		adev->gfx.rlc.funcs->update_spm_vmid(adev, 0xf);
>   
>   	return 0;
>   }
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
> index 294abff9efb7..393a1324daa9 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
> @@ -1318,9 +1318,9 @@ static int gfx_v8_0_rlc_init(struct amdgpu_device *adev)
>   			return r;
>   	}
>   
> -    /* init spm vmid with 0xf */
> -    if (adev->gfx.rlc.funcs->update_spm_vmid)
> -        adev->gfx.rlc.funcs->update_spm_vmid(adev, 0xf);
> +	/* init spm vmid with 0xf */
> +	if (adev->gfx.rlc.funcs->update_spm_vmid)
> +		adev->gfx.rlc.funcs->update_spm_vmid(adev, 0xf);
>   
>   	return 0;
>   }
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> index 1d5fd5f17a30..9962ef80da92 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> @@ -1847,9 +1847,9 @@ static int gfx_v9_0_rlc_init(struct amdgpu_device *adev)
>   		break;
>   	}
>   
> -    /* init spm vmid with 0xf */
> -    if (adev->gfx.rlc.funcs->update_spm_vmid)
> -        adev->gfx.rlc.funcs->update_spm_vmid(adev, 0xf);
> +	/* init spm vmid with 0xf */
> +	if (adev->gfx.rlc.funcs->update_spm_vmid)
> +		adev->gfx.rlc.funcs->update_spm_vmid(adev, 0xf);
>   
>   	return 0;
>   }


More information about the amd-gfx mailing list