OSDN Git Service

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>
Thu, 9 Apr 2020 14:43:15 +0000 (10:43 -0400)
commita45a9e5e10e0ecbe46fc881d23ce6a8ab6f739e5
tree4249fbfaa68c17a4e53e2e32749f69cfe71b32b1
parent1c6d567bdf73a207f51ef2e5745854ba7daa22c7
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