]> git.itanic.dy.fi Git - linux-stable/commitdiff
drm/amdgpu: add printing to indicate rpm completeness
authorGuchun Chen <guchun.chen@amd.com>
Wed, 23 Nov 2022 01:39:40 +0000 (09:39 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Nov 2022 16:03:36 +0000 (11:03 -0500)
Add an explicit printing to tell when finishing rpm execution
in amdgpu.

Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 279715292d6980cd22dd2b0c4063b38fbdcf3ed2..58b5779f292db9270cf7f2cb6a1c2a92be6e5bfa 100644 (file)
@@ -2569,6 +2569,8 @@ static int amdgpu_pmops_runtime_suspend(struct device *dev)
                amdgpu_device_baco_enter(drm_dev);
        }
 
+       dev_info(&pdev->dev, "asic/device is runtime suspended\n");
+
        return 0;
 }