Re: [PATCH] radeon: Use only a single work queue thread for crt

2020-09-05 Thread Paul Menzel
Dear Andi, Am 03.08.19 um 02:09 schrieb Andi Kleen: From: Andi Kleen I got tired of seeing a lot of radeon-crt kernel threads in ps on my workstation, one for each CPU and one for each display, which never use any CPU time. Surely a single kernel thread is enough to handle the display.

Re: [PATCH 1/1] drm/amdgpu: Convert to using devm_drm_dev_alloc()

2020-09-05 Thread Alex Deucher
On Thu, Sep 3, 2020 at 9:22 PM Luben Tuikov wrote: > > Convert to using devm_drm_dev_alloc(), > as drm_dev_init() is going away. > > Signed-off-by: Luben Tuikov I think we can drop the final drm_put in the error case? I think the unwinding in current devm code should take care of it. Alex >

Re: [PATCH 1/3] drm/amd/pm: process pending AC/DC switch interrupt

2020-09-05 Thread Alex Deucher
On Fri, Sep 4, 2020 at 4:21 AM Evan Quan wrote: > > Process any pending interrupt that occured before driver register > for interrupt from GPIO/SMU. > > Change-Id: Ie846304408df27c7a7f2b29cec8f7dcb9d08905e > Signed-off-by: Evan Quan Series is: Reviewed-by: Alex Deucher > --- >