]> git.baikalelectronics.ru Git - 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)
commit74827f5834b78dbc5bcda355f75d15650e472eb7
tree17350e2b8349e9b79109c45cf794718a19ea27cf
parenta362c17c344160db1055dbe426526510a909bfc1
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