diff options
| author | Guchun Chen <[email protected]> | 2022-11-24 05:23:09 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-11-29 16:03:39 +0000 |
| commit | abcb2acee0d65cccac7de6833d4a63674cb1905d (patch) | |
| tree | 6b755d86b0196aad53d450550ae9fe0ba974ad3c /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |
| parent | drm/amd/display: Fix DTBCLK disable requests and SRC_SEL programming (diff) | |
| download | kernel-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.c | 2 |
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; } |
