]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu: use dev_dbg to print messages in runtime cycle
authorGuchun Chen <guchun.chen@amd.com>
Thu, 24 Nov 2022 05:23:09 +0000 (13:23 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Nov 2022 16:03:39 +0000 (11:03 -0500)
commitabcb2acee0d65cccac7de6833d4a63674cb1905d
tree6b755d86b0196aad53d450550ae9fe0ba974ad3c
parentf6015da7f2410109bd2ccd2e2828f26185aeb81d
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 <lijo.lazar@amd.com>
Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c