[Nouveau] [Bug 69827] [NVC1] Uneven, jerky mouse movement, increasing CPU usage

2017-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69827 --- Comment #26 from James Moe --- Was this ever resolved? -- You are receiving this mail because: You are the assignee for the bug.___ Nouveau mailing list

[Nouveau] [Bug 69827] [NVC1] Uneven, jerky mouse movement, increasing CPU usage

2017-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69827 --- Comment #27 from Ilia Mirkin --- (In reply to James Moe from comment #26) > Was this ever resolved? No, although someone else came in the other day to #nouveau complaining about high CPU usage when there's tons of

Re: [Nouveau] [PATCH] pmu/fuc: don't use movw directly anymore

2017-11-01 Thread Karol Herbst
On Wed, Nov 1, 2017 at 6:14 PM, Ilia Mirkin wrote: > On Wed, Nov 1, 2017 at 12:51 PM, Karol Herbst wrote: > > fixes compilation issues with recent envytools, because movw was removed > > from fuc5, because it doesn't exist there anymore. The current

[Nouveau] [PATCH] pmu/fuc: don't use movw directly anymore

2017-11-01 Thread Karol Herbst
fixes compilation issues with recent envytools, because movw was removed from fuc5, because it doesn't exist there anymore. The current code is most likely broken for fuc5 hardware as well and might have triggered all kinds of random memory reclocking fails. Changes in fuc3 binaries are tue do

Re: [Nouveau] [PATCH] pmu/fuc: don't use movw directly anymore

2017-11-01 Thread Ilia Mirkin
On Wed, Nov 1, 2017 at 12:51 PM, Karol Herbst wrote: > fixes compilation issues with recent envytools, because movw was removed > from fuc5, because it doesn't exist there anymore. The current code is > most likely broken for fuc5 hardware as well and might have triggered all