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] drm/amdgpu: enable ih1 ih2 for Arcturus only

2020-09-06 Thread Matt Coffin
Hello all, Thought I'd chime in here. While I can't speak to the issue the GitLab reporter was experiencing, I can say that I get some performance hit (expected) from this when using multiple monitors with DRI_PRIME. When the second monitor is active (with something rendering to it with

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 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. > >