From f4b09c295e54ef310085253f986f62999626865f Mon Sep 17 00:00:00 2001 From: Guchun Chen Date: Wed, 23 Nov 2022 09:39:40 +0800 Subject: [PATCH] drm/amdgpu: add printing to indicate rpm completeness Add an explicit printing to tell when finishing rpm execution in amdgpu. Signed-off-by: Guchun Chen Reviewed-by: Lijo Lazar Reviewed-by: Evan Quan Signed-off-by: Alex Deucher --- 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 2797152..58b5779 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -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; } -- 2.7.4