[PATCH] drm/amdgpu: drop log message in amdgpu_dpm_baco_reset()
Kevin Wang
kevwa at amd.com
Thu Aug 13 06:22:27 UTC 2020
Reviewed-by: Kevin Wang <kevin1.wang at amd.com>
Best Regards,
Kevin
On 8/13/20 12:25 PM, Alex Deucher wrote:
> The caller does this now for all reset types. This is now
> a duplicate call.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c
> index 2082c0acd216..1c661c7ab49f 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c
> @@ -1110,8 +1110,6 @@ int amdgpu_dpm_baco_reset(struct amdgpu_device *adev)
> struct smu_context *smu = &adev->smu;
> int ret = 0;
>
> - dev_info(adev->dev, "GPU BACO reset\n");
> -
> if (is_support_sw_smu(adev)) {
> ret = smu_baco_enter(smu);
> if (ret)
More information about the amd-gfx
mailing list