RE: [PATCH v3 2/2] drm/probe_helper: warning on poll_enabled for issue catching

2023-03-10 Thread Chen, Guchun
m...@fireburn.co.uk > Cc: Chen, Guchun > Subject: Re: [PATCH v3 2/2] drm/probe_helper: warning on poll_enabled for > issue catching > > On Fri, 10 Mar 2023, Guchun Chen wrote: > > In order to catch issues in other drivers to ensure proper call > > sequence of polling fun

Re: [PATCH v3 2/2] drm/probe_helper: warning on poll_enabled for issue catching

2023-03-10 Thread Jani Nikula
On Fri, 10 Mar 2023, Guchun Chen wrote: > In order to catch issues in other drivers to ensure proper call > sequence of polling function. > > v2: drop Fixes tag in commit message > > Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2411 > Reported-by: Bert Karwatzki > Suggested-by: Dmitry Bar

RE: [PATCH v3 2/2] drm/probe_helper: warning on poll_enabled for issue catching

2023-03-09 Thread Quan, Evan
r ; Zhang, Hawking > ; dmitry.barysh...@linaro.org; > spassw...@web.de; m...@fireburn.co.uk > Cc: Chen, Guchun > Subject: [PATCH v3 2/2] drm/probe_helper: warning on poll_enabled for > issue catching > > In order to catch issues in other drivers to ensure proper call sequence of > po

[PATCH v3 2/2] drm/probe_helper: warning on poll_enabled for issue catching

2023-03-09 Thread Guchun Chen
In order to catch issues in other drivers to ensure proper call sequence of polling function. v2: drop Fixes tag in commit message Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2411 Reported-by: Bert Karwatzki Suggested-by: Dmitry Baryshkov Signed-off-by: Guchun Chen --- drivers/gpu/dr