提交 31ea4344 编写于 作者: P Paul Menzel 提交者: Alex Deucher

drm/amdgpu: Demote TMZ unsupported log message from warning to info

As the user cannot do anything about the unsupported Trusted Memory Zone
(TMZ) feature, do not warn about it, but make it informational, so
demote the log level from warning to info.
Signed-off-by: NPaul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 6cd1f9b4
...@@ -598,7 +598,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev) ...@@ -598,7 +598,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev)
break; break;
default: default:
adev->gmc.tmz_enabled = false; adev->gmc.tmz_enabled = false;
dev_warn(adev->dev, dev_info(adev->dev,
"Trusted Memory Zone (TMZ) feature not supported\n"); "Trusted Memory Zone (TMZ) feature not supported\n");
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册