* [PATCH] drm/amdgpu: drop log message in amdgpu_dpm_baco_reset()
@ 2020-08-13 4:25 Alex Deucher
2020-08-13 6:22 ` Kevin Wang
0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2020-08-13 4:25 UTC (permalink / raw)
To: amd-gfx; +Cc: Alex Deucher
The caller does this now for all reset types. This is now
a duplicate call.
Signed-off-by: Alex Deucher <alexander.deucher@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)
--
2.25.4
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] drm/amdgpu: drop log message in amdgpu_dpm_baco_reset()
2020-08-13 4:25 [PATCH] drm/amdgpu: drop log message in amdgpu_dpm_baco_reset() Alex Deucher
@ 2020-08-13 6:22 ` Kevin Wang
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Wang @ 2020-08-13 6:22 UTC (permalink / raw)
To: Alex Deucher, amd-gfx; +Cc: Alex Deucher
Reviewed-by: Kevin Wang <kevin1.wang@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@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)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-13 6:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-13 4:25 [PATCH] drm/amdgpu: drop log message in amdgpu_dpm_baco_reset() Alex Deucher
2020-08-13 6:22 ` Kevin Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox