]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drm/amdgpu/psp: dont warn on missing optional TA's
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 3 Apr 2020 16:25:48 +0000 (12:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Apr 2020 18:07:41 +0000 (14:07 -0400)
commit8f0622a19bef2dc09b511ccf8c536067521ade83
tree17350e2b8349e9b79109c45cf794718a19ea27cf
parent2b961e6a9529c3f205e003432e4ccc3bea1ae4b3
drm/amdgpu/psp: dont warn on missing optional TA's

Replace dev_warn() with dev_info() and note that they are
optional to avoid confusing users.

The RAS TAs only exist on server boards and the HDCP and DTM
TAs only exist on client boards.  They are optional either way.

Acked-by: Nirmoy Das <nirmoy.das@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c