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>
                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;
 }
 
        struct psp_gfx_cmd_resp *cmd = acquire_psp_cmd_buf(psp);
 
        psp_prep_tmr_unload_cmd_buf(psp, cmd);
-       dev_info(psp->adev->dev, "free PSP TMR buffer\n");
+       dev_dbg(psp->adev->dev, "free PSP TMR buffer\n");
 
        ret = psp_cmd_submit_buf(psp, NULL, cmd,
                                 psp->fence_buf_mc_addr);