[PATCH 1/2] drm/amd/powerplay: remove redundancy debug log about smu unsupported features

Quan, Evan Evan.Quan at amd.com
Mon Aug 12 09:34:43 UTC 2019


Reviewed-by: Evan Quan <evan.quan at amd.com>

> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of
> Chengming Gui
> Sent: Monday, August 12, 2019 4:22 PM
> To: amd-gfx at lists.freedesktop.org
> Cc: Gui, Jack <Jack.Gui at amd.com>
> Subject: [PATCH 1/2] drm/amd/powerplay: remove redundancy debug log
> about smu unsupported features
> 
> remove redundancy debug log about smu unsupported features
> 
> Signed-off-by: Chengming Gui <Jack.Gui at amd.com>
> ---
>  drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c
> b/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c
> index e6fcbdf..03ce871 100644
> --- a/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c
> +++ b/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c
> @@ -215,7 +215,6 @@ static int arcturus_get_smu_feature_index(struct
> smu_context *smc, uint32_t inde
> 
>  	mapping = arcturus_feature_mask_map[index];
>  	if (!(mapping.valid_mapping)) {
> -		pr_warn("Unsupported SMU feature: %d\n", index);
>  		return -EINVAL;
>  	}
> 
> --
> 2.7.4
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list