On 11/23/2022 7:14 AM, Guchun Chen wrote:
Add an explicit printing to tell when finishing rpm execution
in amdgpu.

Signed-off-by: Guchun Chen <[email protected]>
---
  drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index bf2d50c8c92a..fa42c0fcf848 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -2572,6 +2572,8 @@ static int amdgpu_pmops_runtime_suspend(struct device 
*dev)
                amdgpu_device_baco_enter(drm_dev);
        }
+ dev_info(&pdev->dev, "amdgpu finishes runtime suspend\n");
+

This may be an annoyance. Maybe dev_dbg?

Series is:
        Reviewed-by: Lijo Lazar <[email protected]>

Thanks,
Lijo

        return 0;
  }

Reply via email to