Skip to content

Commit b287e49

Browse files
paulmenzelalexdeucher
authored andcommitted
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: Paul Menzel <pmenzel@molgen.mpg.de> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 114518f commit b287e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev)
598598
break;
599599
default:
600600
adev->gmc.tmz_enabled = false;
601-
dev_warn(adev->dev,
601+
dev_info(adev->dev,
602602
"Trusted Memory Zone (TMZ) feature not supported\n");
603603
break;
604604
}

0 commit comments

Comments
 (0)