lkml.org 
[lkml]   [2022]   [Feb]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH 03/10] drm/amdgpu: Remove unused get_umc_v8_7_channel_index function
Applied.  Thanks!

Alex

On Tue, Feb 22, 2022 at 8:17 AM Maíra Canal <maira.canal@usp.br> wrote:
>
> Remove get_umc_v8_7_channel_index function, which is not used
> in the codebase.
>
> This was pointed by clang with the following warning:
>
> drivers/gpu/drm/amd/amdgpu/umc_v8_7.c:50:24: warning: unused function
> 'get_umc_v8_7_channel_index' [-Wunused-function]
> static inline uint32_t get_umc_v8_7_channel_index(struct amdgpu_device *adev,
> ^
>
> Signed-off-by: Maíra Canal <maira.canal@usp.br>
> ---
> drivers/gpu/drm/amd/amdgpu/umc_v8_7.c | 7 -------
> 1 file changed, 7 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v8_7.c b/drivers/gpu/drm/amd/amdgpu/umc_v8_7.c
> index de85a998ef99..f35253e0eaa6 100644
> --- a/drivers/gpu/drm/amd/amdgpu/umc_v8_7.c
> +++ b/drivers/gpu/drm/amd/amdgpu/umc_v8_7.c
> @@ -47,13 +47,6 @@ static inline uint32_t get_umc_v8_7_reg_offset(struct amdgpu_device *adev,
> return adev->umc.channel_offs*ch_inst + UMC_8_INST_DIST*umc_inst;
> }
>
> -static inline uint32_t get_umc_v8_7_channel_index(struct amdgpu_device *adev,
> - uint32_t umc_inst,
> - uint32_t ch_inst)
> -{
> - return adev->umc.channel_idx_tbl[umc_inst * adev->umc.channel_inst_num + ch_inst];
> -}
> -
> static void umc_v8_7_ecc_info_query_correctable_error_count(struct amdgpu_device *adev,
> uint32_t umc_inst, uint32_t ch_inst,
> unsigned long *error_count)
> --
> 2.35.1
>

\
 
 \ /
  Last update: 2022-02-22 17:30    [W:0.187 / U:1.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site