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

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69827 --- Comment #7 from Ilia Mirkin --- As always, step 1 is "try the latest". That means kernel 3.14.x, mesa 10.1. I'm specifically thinking about commit 7d3428cd4b2ad51af86fdbdf8284ca38fa95e601 in the kernel, which fixed some lag issues for a compt

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

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69827 --- Comment #6 from James Moe --- linux 3.11.10-7-desktop x86_64 gnome 3.10.2 Gallium 0.4 on NVC1 This issue has surfaced again in a slightly different form recently, within the last two weeks. The mouse data stream is interrupted and restarted

Re: [Nouveau] [PATCH v3 6/9] drm/nouveau/graph: enable when using external firmware

2014-04-30 Thread Ben Skeggs
On Thu, May 1, 2014 at 2:53 PM, Alexandre Courbot wrote: > On Mon, Apr 28, 2014 at 11:10 AM, Ben Skeggs wrote: >> On Fri, Apr 25, 2014 at 5:19 PM, Alexandre Courbot >> wrote: >>> nvc0_graph_ctor() would only let the graphics engine be enabled if its >>> oclass has a proper microcode linked to i

Re: [Nouveau] [PATCH v3 6/9] drm/nouveau/graph: enable when using external firmware

2014-04-30 Thread Alexandre Courbot
On Mon, Apr 28, 2014 at 11:10 AM, Ben Skeggs wrote: > On Fri, Apr 25, 2014 at 5:19 PM, Alexandre Courbot > wrote: >> nvc0_graph_ctor() would only let the graphics engine be enabled if its >> oclass has a proper microcode linked to it. This prevents GR from being >> enabled at all on chips that r

Re: [Nouveau] [PATCH v2 04/10] drm/nouveau/fb: add GK20A support

2014-04-30 Thread Alexandre Courbot
On Mon, Apr 28, 2014 at 8:44 PM, Thierry Reding wrote: > On Wed, Apr 23, 2014 at 03:11:01PM +0900, Alexandre Courbot wrote: >> On Wed, Apr 23, 2014 at 11:07 AM, Alexandre Courbot >> wrote: >> > On 04/22/2014 07:40 PM, Thierry Reding wrote: >> >> >> >> * PGP Signed by an unknown key >> >> >> >> >

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

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69827 James Moe changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Nouveau] [PATCH 1/2] nouveau: remove cb_dirty, it's never used

2014-04-30 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/nouveau_buffer.c | 4 +--- src/gallium/drivers/nouveau/nouveau_context.h | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gallium/drivers/nouveau/nouveau_buffer.c b/src/gallium/drivers/nouveau/nouveau_buffer.c in

[Nouveau] [PATCH 2/2] nouveau: add ARB_buffer_storage support

2014-04-30 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- Light testing with dolphin-emu on a G96, seems to mostly work. Saw one or two glitches (for like 1 frame), but that could well have been a bug in the emu. It's a little silly to have all this super-super-repetitive code, but short of rearranging the drivers, no eas

[Nouveau] [Bug 78092] GK208M [GeForce GT 730M] (rev ff) (prog-if ff) nouveau module load fail

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78092 --- Comment #16 from Ilia Mirkin --- BTW, this isn't the immediate problem, but in your patch you have, if (!dhandle) printk("DEBUG: !dhandle\n"); return false; Which is unlikely to do what you expect. Unlike Python, C uses

[Nouveau] [Bug 78092] GK208M [GeForce GT 730M] (rev ff) (prog-if ff) nouveau module load fail

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78092 --- Comment #15 from Ilia Mirkin --- (In reply to comment #14) > I poked further... from my understanding of the code, nouveau_dsm_pci_probe > is called from within 2 while loops in nouveau_dsm_detect (@ line 275). > > as nouveau_dsm_pci_probe

[Nouveau] [Bug 78092] GK208M [GeForce GT 730M] (rev ff) (prog-if ff) nouveau module load fail

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78092 --- Comment #14 from Anton Gubarkov --- I poked further... from my understanding of the code, nouveau_dsm_pci_probe is called from within 2 while loops in nouveau_dsm_detect (@ line 275). as nouveau_dsm_pci_probe is never called, I would say, t

Re: [Nouveau] data error enum documentation

2014-04-30 Thread Ilia Mirkin
On Wed, Apr 30, 2014 at 11:54 AM, Andy Ritger wrote: > Sorry for the very slow response to this, Ilia. > > For the specific error you mentioned: the error code > 0x51 is "ErrorSrcLineExceedsPitch", and error code 0x53 is > "ErrorDstLineExceedsPitch". It looks like class 0x9039 will generate > thos

Re: [Nouveau] Proper gl_SampleMask output

2014-04-30 Thread Ilia Mirkin
Great, thanks! I've looked at a bunch more shaders (unrelated to this) in the meanwhile, and I'm pretty sure the extra FMA business is totally unrelated to the issue at hand. It appears that the NVIDIA driver generates shaders that are capable of transforming the output coordinates arbitrarily, whe

Re: [Nouveau] Proper gl_SampleMask output

2014-04-30 Thread Andy Ritger
Hi Ilia. I'll take a look and see what I can find out. Thanks, - Andy On Wed, Apr 23, 2014 at 05:03:17PM -0700, Ilia Mirkin wrote: > On Wed, Apr 23, 2014 at 6:22 PM, Ilia Mirkin wrote: > > Hello, > > > > I've been trying to add ARB_sample_shading support to nouveau, and am > > being defeated b

Re: [Nouveau] data error enum documentation

2014-04-30 Thread Andy Ritger
Sorry for the very slow response to this, Ilia. For the specific error you mentioned: the error code 0x51 is "ErrorSrcLineExceedsPitch", and error code 0x53 is "ErrorDstLineExceedsPitch". It looks like class 0x9039 will generate those errors under the following conditions: if ((NV9039_LAUN

[Nouveau] [Bug 78116] New: Auto fan speed management doesn't do anything in non critical temperature range (NVC0)

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78116 Priority: medium Bug ID: 78116 Assignee: nouveau@lists.freedesktop.org Summary: Auto fan speed management doesn't do anything in non critical temperature range (NVC0) QA Contac

[Nouveau] [Bug 78106] Reported fan rpm is twice the actual value (NVC0)

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78106 --- Comment #3 from Marcel Dopita --- Created attachment 98232 --> https://bugs.freedesktop.org/attachment.cgi?id=98232&action=edit Bioses I'm attaching original bios for my card (1), bios which I modified and flashed under Windows (2) and the

[Nouveau] [Bug 78092] GK208M [GeForce GT 730M] (rev ff) (prog-if ff) nouveau module load fail

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78092 --- Comment #13 from Anton Gubarkov --- Created attachment 98227 --> https://bugs.freedesktop.org/attachment.cgi?id=98227&action=edit modified nouveau_acpi.c with printk either I forgot my programming completely, or static int nouveau_dsm_pci_

[Nouveau] [Bug 78106] Reported fan rpm is twice the actual value (NVC0)

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78106 --- Comment #2 from Martin Peres --- Hi Marcel, I was expecting to get a bug report on that much sooner. I will need to dive in the vbios tables again to fix this. The way fan speed is calculated is by reading the number of impulsions sent by t

[Nouveau] [Bug 78106] Reported fan rpm is twice the actual value (NVC0)

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78106 --- Comment #1 from Marcel Dopita --- Created attachment 98225 --> https://bugs.freedesktop.org/attachment.cgi?id=98225&action=edit Xorg log -- You are receiving this mail because: You are the assignee for the bug. ___

[Nouveau] [Bug 78106] New: Reported fan rpm is twice the actual value (NVC0)

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78106 Priority: medium Bug ID: 78106 Assignee: nouveau@lists.freedesktop.org Summary: Reported fan rpm is twice the actual value (NVC0) QA Contact: xorg-t...@lists.x.org Severity: normal C

[Nouveau] [Bug 54700] Distorted graphics (double cursor) with GeForce 4200Go (NV28)

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54700 --- Comment #60 from FVerrac --- I ignore if it's related, but my Dell D800 with nv28 burts many-many-many beeps on boot until the grub menu displays. Feel free to ask any thing. Regards -- You are receiving this mail because: You are the assig

[Nouveau] [Bug 78092] GK208M [GeForce GT 730M] (rev ff) (prog-if ff) nouveau module load fail

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78092 --- Comment #12 from Ilia Mirkin --- (In reply to comment #11) > I'm ok to add extra prints to the (kernel nouveau) code and provide you the > output. just give me enough guidance. I need to know why nouveau_dsm_pci_probe is not returning NOUVEA

[Nouveau] [Bug 78092] GK208M [GeForce GT 730M] (rev ff) (prog-if ff) nouveau module load fail

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78092 --- Comment #11 from Anton Gubarkov --- I'm ok to add extra prints to the (kernel nouveau) code and provide you the output. just give me enough guidance. -- You are receiving this mail because: You are the assignee for the bug.

[Nouveau] [Bug 78092] GK208M [GeForce GT 730M] (rev ff) (prog-if ff) nouveau module load fail

2014-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78092 --- Comment #10 from Ilia Mirkin --- Very odd. I looked at the _DSM method, and it _seems_ like it's there and should work. The method is there, I traced through it, and based on my meager understanding of ACPI it should be returning an appropria