[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Ruijing Dong <[email protected]>
Thanks, Ruijing -----Original Message----- From: Benjamin Cheng <[email protected]> Sent: Wednesday, April 8, 2026 8:54 AM To: Deucher, Alexander <[email protected]>; Koenig, Christian <[email protected]>; Liu, Leo <[email protected]>; [email protected] Cc: Wu, David <[email protected]>; Dong, Ruijing <[email protected]>; Cheng, Benjamin <[email protected]> Subject: [PATCH v3 2/3] drm/amdgpu/vcn4.0.5: Remove unused define As part of the previous cleanup, this was noticed to never be used. Signed-off-by: Benjamin Cheng <[email protected]> --- drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c b/drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c index cbbc02d68695..a204a0f5c44d 100644 --- a/drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c +++ b/drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c @@ -48,8 +48,6 @@ #define VCN1_VID_SOC_ADDRESS_3_0 (0x48300 + 0x38000) #define VCN1_AON_SOC_ADDRESS_3_0 (0x48000 + 0x38000) -#define VCN_HARVEST_MMSCH 0 - static const struct amdgpu_hwip_reg_entry vcn_reg_list_4_0_5[] = { SOC15_REG_ENTRY_STR(VCN, 0, regUVD_POWER_STATUS), SOC15_REG_ENTRY_STR(VCN, 0, regUVD_STATUS), -- 2.53.0
