drm/amdkfd: make CRAT table missing message informational only
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 18 Feb 2022 20:40:12 +0000 (15:40 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Apr 2022 18:59:06 +0000 (20:59 +0200)
commitf325d3e1dcc85fc3cd984f30fd443ab2f3b42631
treeacf2b09ae2cf3219e8f5b4177e7b3e5954870e27
parentda52e8b9dad67549f3b607286b08efa3cc84081f
drm/amdkfd: make CRAT table missing message informational only

[ Upstream commit 9dff13f9edf755a15f6507874185a3290c1ae8bb ]

The driver has a fallback so make the message informational
rather than a warning. The driver has a fallback if the
Component Resource Association Table (CRAT) is missing, so
make this informational now.

Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1906
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdkfd/kfd_crat.c