aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
diff options
context:
space:
mode:
authorGuchun Chen <[email protected]>2022-11-24 05:23:09 +0000
committerAlex Deucher <[email protected]>2022-11-29 16:03:39 +0000
commitabcb2acee0d65cccac7de6833d4a63674cb1905d (patch)
tree6b755d86b0196aad53d450550ae9fe0ba974ad3c /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
parentdrm/amd/display: Fix DTBCLK disable requests and SRC_SEL programming (diff)
downloadkernel-abcb2acee0d65cccac7de6833d4a63674cb1905d.tar.gz
kernel-abcb2acee0d65cccac7de6833d4a63674cb1905d.zip
drm/amdgpu: use dev_dbg to print messages in runtime cycle
Runtime PM can happen pretty frequently, as these printings may be annoyed, switch to dev_dbg. Suggested-by: Lijo Lazar <[email protected]> Signed-off-by: Guchun Chen <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 58b5779f292d..5bd4e2dacee5 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -2569,7 +2569,7 @@ 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");
+ dev_dbg(&pdev->dev, "asic/device is runtime suspended\n");
return 0;
}