drm/amdgpu: change log level
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>
This commit is contained in:
committed by
Alex Deucher
parent
29292b0c82
commit
2b3b9d2150
@@ -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) {
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user