drm/amdgpu: change log level
authorYiPeng Chai <YiPeng.Chai@amd.com>
Tue, 7 May 2024 08:19:09 +0000 (16:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 May 2024 19:17:05 +0000 (15:17 -0400)
Change log level.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
drivers/gpu/drm/amd/amdgpu/umc_v12_0.c

index 2c5ad95..1dd13ed 100644 (file)
@@ -2886,7 +2886,7 @@ static int amdgpu_ras_page_retirement_thread(void *param)
 
                ras_block = poison_msg.block;
 
-               dev_info(adev->dev, "Start processing ras block %s(%d)\n",
+               dev_dbg(adev->dev, "Start processing ras block %s(%d)\n",
                                ras_block_str(ras_block), ras_block);
 
                if (ras_block == AMDGPU_RAS_BLOCK__UMC) {
index 0f1a276..6d6350f 100644 (file)
@@ -71,7 +71,7 @@ static void umc_v12_0_reset_error_count(struct amdgpu_device *adev)
 
 bool umc_v12_0_is_deferred_error(struct amdgpu_device *adev, uint64_t mc_umc_status)
 {
-       dev_info(adev->dev,
+       dev_dbg(adev->dev,
                "MCA_UMC_STATUS(0x%llx): Val:%llu, Poison:%llu, Deferred:%llu, PCC:%llu, UC:%llu, TCC:%llu\n",
                mc_umc_status,
                REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, Val),
@@ -504,7 +504,7 @@ static int umc_v12_0_update_ecc_status(struct amdgpu_device *adev,
        err_addr = REG_GET_FIELD(addr,
                                MCA_UMC_UMC0_MCUMC_ADDRT0, ErrorAddr);
 
-       dev_info(adev->dev,
+       dev_dbg(adev->dev,
                "UMC:IPID:0x%llx, socket:%llu, aid:%llu, inst:%llu, ch:%llu, err_addr:0x%llx\n",
                ipid,
                MCA_IPID_2_SOCKET_ID(ipid),