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.
Sign
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
> -
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
> ---
> .../gpu/drm/amd
On Fri, Sep 4, 2020 at 4:15 AM Evan Quan wrote:
>
> Update the UMD stable Pstate settings with correct clocks.
>
> Change-Id: Ia14eb8e23c513cad0bd633fbeb99ed694c7e3f7e
> Signed-off-by: Evan Quan
Series is:
Acked-by: Alex Deucher
> ---
> .../gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c | 52 +