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 19:00:57 +0000 (21:00 +0200)
commitfe4b6d5a0dd7701454981ea8a7e2332a2970ef81
tree18d0b919143f0b41d40d78c2ec8462509cc78829
parent2f2f017ea8736f6ee1db876ea78708d0355f89a2
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