[AMD Official Use Only - General]

Reviewed-by: Hawking Zhang <[email protected]>

Regards,
Hawking
-----Original Message-----
From: Zhou1, Tao <[email protected]>
Sent: Thursday, January 19, 2023 14:26
To: Yang, Stanley <[email protected]>; Zhang, Hawking 
<[email protected]>; Chai, Thomas <[email protected]>; 
[email protected]
Cc: Zhou1, Tao <[email protected]>
Subject: [PATCH] drm/amdgpu: retire unused get_umc_v6_7_channel_index

Fix the following compile warning:

drivers/gpu/drm/amd/amdgpu/umc_v6_7.c:53:24: warning: unused function 
'get_umc_v6_7_channel_index' [-Wunused-function] static inline uint32_t 
get_umc_v6_7_channel_index(struct amdgpu_device *adev,
                          ^
1 warning generated.

Signed-off-by: Tao Zhou <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/umc_v6_7.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v6_7.c 
b/drivers/gpu/drm/amd/amdgpu/umc_v6_7.c
index 72fd963f178b..e08e25a3a1a9 100644
--- a/drivers/gpu/drm/amd/amdgpu/umc_v6_7.c
+++ b/drivers/gpu/drm/amd/amdgpu/umc_v6_7.c
@@ -57,13 +57,6 @@ static inline uint32_t get_umc_v6_7_reg_offset(struct 
amdgpu_device *adev,
        return adev->umc.channel_offs * ch_inst + UMC_V6_7_INST_DIST * 
umc_inst;  }

-static inline uint32_t get_umc_v6_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_v6_7_query_error_status_helper(struct amdgpu_device *adev,
                                                  uint64_t mc_umc_status, 
uint32_t umc_reg_offset)  {
--
2.35.1

Reply via email to