[PATCH] drm/amd/powerplay: remove duplicate macro of smu_get_uclk_dpm_states
Liang, Prike
Prike.Liang at amd.com
Mon Sep 23 08:15:19 UTC 2019
Thanks clean up the duplicate code. The patch is
Reviewed-by: Prike Liang <Prike.Liang at amd.com>
Thanks,
Prike
> -----Original Message-----
> From: Wang, Kevin(Yang) <Kevin1.Wang at amd.com>
> Sent: Monday, September 23, 2019 3:50 PM
> To: amd-gfx at lists.freedesktop.org
> Cc: Huang, Ray <Ray.Huang at amd.com>; Feng, Kenneth
> <Kenneth.Feng at amd.com>; Liang, Prike <Prike.Liang at amd.com>; Wang,
> Kevin(Yang) <Kevin1.Wang at amd.com>
> Subject: [PATCH] drm/amd/powerplay: remove duplicate macro of
> smu_get_uclk_dpm_states
>
> remove duplicate macro of smu_get_uclk_dpm_states
>
> fix commit:
> drm/amd/powerplay: add the interface for getting ultimate frequency v3
>
> Signed-off-by: Kevin Wang <kevin1.wang at amd.com>
> ---
> drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
> b/drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
> index 45da21dc2356..5a0059b9aec9 100644
> --- a/drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
> +++ b/drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
> @@ -752,8 +752,6 @@ struct smu_funcs
> ((smu)->ppt_funcs->get_uclk_dpm_states ? (smu)->ppt_funcs-
> >get_uclk_dpm_states((smu), (clocks_in_khz), (num_states)) : 0) #define
> smu_get_max_sustainable_clocks_by_dc(smu, max_clocks) \
> ((smu)->funcs->get_max_sustainable_clocks_by_dc ? (smu)->funcs-
> >get_max_sustainable_clocks_by_dc((smu), (max_clocks)) : 0) -#define
> smu_get_uclk_dpm_states(smu, clocks_in_khz, num_states) \
> - ((smu)->ppt_funcs->get_uclk_dpm_states ? (smu)->ppt_funcs-
> >get_uclk_dpm_states((smu), (clocks_in_khz), (num_states)) : 0)
> #define smu_baco_is_support(smu) \
> ((smu)->funcs->baco_is_support? (smu)->funcs-
> >baco_is_support((smu)) : false) #define smu_baco_get_state(smu, state) \
> --
> 2.17.1
More information about the amd-gfx
mailing list