From: Guchun Chen Date: Wed, 23 Nov 2022 01:39:40 +0000 (+0800) Subject: drm/amdgpu: add printing to indicate rpm completeness X-Git-Tag: v6.6.7~3824^2~4^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4b09c295e54ef310085253f986f62999626865f;p=platform%2Fkernel%2Flinux-starfive.git 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 --- 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; }