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

2020-09-07 Thread Christian König
Am 06.09.20 um 18:02 schrieb Jan Vesely: On Sun, Sep 6, 2020 at 4:54 AM Christian König > wrote: Am 03.08.19 um 02:09 schrieb Andi Kleen: > From: Andi Kleen mailto:a...@linux.intel.com>> > > I got tired of seeing a lot of radeon-crt

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

2020-09-07 Thread Christian König
Am 07.09.20 um 01:47 schrieb Dave Airlie: On Sun, 6 Sep 2020 at 18:54, Christian König wrote: 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

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

2020-09-06 Thread Dave Airlie
On Sun, 6 Sep 2020 at 18:54, Christian König wrote: > > 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. > >

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

2020-09-06 Thread Jan Vesely
On Sun, Sep 6, 2020 at 4:54 AM Christian König < ckoenig.leichtzumer...@gmail.com> wrote: > 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

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

2020-09-06 Thread Christian König
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. NAK, radeon

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.

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

2019-08-02 Thread 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. Signed-off-by: Andi Kleen ---