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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Feb 2022 19:52:39 +0000 (14:52 -0500)
commit9dff13f9edf755a15f6507874185a3290c1ae8bb
treed1ab3b9fb0ac718be1f6ba87eeaf6917afef15ea
parentcec2cc7b1c4a31c0facfdd0ee7c2ffb7d6a76556
drm/amdkfd: make CRAT table missing message informational only

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>
drivers/gpu/drm/amd/amdkfd/kfd_crat.c