Re: [PATCH] drm/amdkfd: make CRAT table missing message informational only

2022-02-22 Thread Felix Kuehling
Am 2022-02-21 um 17:45 schrieb Alex Deucher: On Fri, Feb 18, 2022 at 11:25 PM Paul Menzel wrote: Dear Alex, Thank you for the patch. Am 18.02.22 um 21:42 schrieb Alex Deucher: The driver has a fallback, to make the message informational s/to/so/? fixed up locally. rather than a

Re: [PATCH] drm/amdkfd: make CRAT table missing message informational only

2022-02-21 Thread Alex Deucher
On Fri, Feb 18, 2022 at 11:25 PM Paul Menzel wrote: > > Dear Alex, > > > Thank you for the patch. > > Am 18.02.22 um 21:42 schrieb Alex Deucher: > > The driver has a fallback, to make the message informational > > s/to/so/? fixed up locally. > > > rather than a warning. > > Maybe extend it a

Re: [PATCH] drm/amdkfd: make CRAT table missing message informational only

2022-02-18 Thread Paul Menzel
Dear Alex, Thank you for the patch. Am 18.02.22 um 21:42 schrieb Alex Deucher: The driver has a fallback, to make the message informational s/to/so/? rather than a warning. Maybe extend it a little? Component Resource Association Table (CRAT) are only applicable on some AMD APUs. The

Re: [PATCH] drm/amdkfd: make CRAT table missing message informational only

2022-02-18 Thread Felix Kuehling
Am 2022-02-18 um 15:42 schrieb Alex Deucher: The driver has a fallback, to make the message informational rather than a warning. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1906 Signed-off-by: Alex Deucher Reviewed-by: Felix Kuehling Thanks! ---

[PATCH] drm/amdkfd: make CRAT table missing message informational only

2022-02-18 Thread Alex Deucher
The driver has a fallback, to make the message informational rather than a warning. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1906 Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git