[Nouveau] Testers needed for NVAA/NVAC kernel patch

2014-12-02 Thread Pierre Moreau
Hello everyone, I would need testers to check that this patch doesn't break working NVAA/NVAC configurations. It fixes an issue where some NVAC would hang on boot; if similar issues exist on NVAA, it may fix them too. You will find the patch below in two different versions: one will apply on Ben S

[Nouveau] [Bug 27501] MacBook Pro 5, x unable to boot [NV96 + NVAC]

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27501 Pierre Moreau changed: What|Removed |Added Attachment #110350|0 |1 is obsolete|

Re: [Nouveau] demmio

2014-12-02 Thread poma
On 02.12.2014 14:59, poma wrote: > On 02.12.2014 14:52, Ilia Mirkin wrote: >> On Tue, Dec 2, 2014 at 8:50 AM, poma wrote: >>> On 02.12.2014 14:40, Ilia Mirkin wrote: On Tue, Dec 2, 2014 at 8:38 AM, poma wrote: > Is this expected result for Chipset: G98 (NV98)? Yep, 100% expecte

Re: [Nouveau] [PATCH] gf116: remove copy1 engine

2014-12-02 Thread Andy Ritger
Reviewed-by: Andy Ritger On Sun, Nov 30, 2014 at 12:56:18PM -0500, Ilia Mirkin wrote: > Indications are that no GF116's actually have a copy engine there, but > actually have the decompression engine. This engine can be made to do > copies, but that should be done separately. > > Unclear why thi

[Nouveau] [PATCH RESEND] nv50/ir: use unordered_set instead of list to keep track of var defs

2014-12-02 Thread Tobias Klausmann
The set of variable defs does not need to be ordered in any way, and removing/adding elements is a fairly common operation in various optimization passes. This shortens runtime of piglit test fp-long-alu to ~11s from ~22s No piglit regressions observed on nvc0! Signed-off-by: Tobias Klausmann --

[Nouveau] [Bug 86935] [NV106] unknown kepler chipset 0x106

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86935 --- Comment #6 from Ilia Mirkin --- (In reply to Sven from comment #5) > I will try to do the mmiotrace of the blob. Problem is, that the binary > nvidia drivers gives me a kernel OOPS. Yay! D'oh! Maybe try a newer driver? If it oopses "later" r

[Nouveau] [Bug 86935] [NV106] unknown kepler chipset 0x106

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86935 --- Comment #5 from Sven --- I will try to do the mmiotrace of the blob. Problem is, that the binary nvidia drivers gives me a kernel OOPS. Yay! Also, while I can make the changes to the kernel source, I'm not really sure what you're asking from

[Nouveau] [Bug 86935] [NV106] unknown kepler chipset 0x106

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86935 --- Comment #4 from Ilia Mirkin --- (In reply to Sven from comment #2) > Created attachment 110361 [details] [review] > the patch proposed in the previous comment > > Adding 0x106 seems to have worked. I can now boot with nouveau framebuffer > a

[Nouveau] [Bug 86935] [NV106] unknown kepler chipset 0x106

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86935 --- Comment #3 from Sven --- Will this patch be included in 3.18 (a bit late I guess) or maybe 3.19? -- You are receiving this mail because: You are the assignee for the bug. ___ Nouveau mailing list

[Nouveau] [Bug 86935] [NV106] unknown kepler chipset 0x106

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86935 --- Comment #2 from Sven --- Created attachment 110361 --> https://bugs.freedesktop.org/attachment.cgi?id=110361&action=edit the patch proposed in the previous comment Adding 0x106 seems to have worked. I can now boot with nouveau framebuffer

[Nouveau] [Bug 86935] [NV106] unknown kepler chipset 0x106

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86935 Ilia Mirkin changed: What|Removed |Added Summary|unknown kepler chipset |[NV106] unknown kepler |

[Nouveau] [Bug 86935] New: unknown kepler chipset

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86935 Bug ID: 86935 Summary: unknown kepler chipset Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority:

[Nouveau] [Bug 27501] MacBook Pro 5, x unable to boot [NV96 + NVAC]

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27501 --- Comment #59 from l3iggs --- (In reply to Pierre Moreau from comment #58) > Created attachment 110350 [details] [review] > [Patch] Fix acceleration on 9400M v4 > > This should be the final verson of this patch, thanks to answers given by > th

Re: [Nouveau] demmio

2014-12-02 Thread poma
On 02.12.2014 14:52, Ilia Mirkin wrote: > On Tue, Dec 2, 2014 at 8:50 AM, poma wrote: >> On 02.12.2014 14:40, Ilia Mirkin wrote: >>> On Tue, Dec 2, 2014 at 8:38 AM, poma wrote: Is this expected result for Chipset: G98 (NV98)? >>> >>> Yep, 100% expected. [Perhaps you might glance at the wiki

Re: [Nouveau] demmio

2014-12-02 Thread Ilia Mirkin
On Tue, Dec 2, 2014 at 8:50 AM, poma wrote: > On 02.12.2014 14:40, Ilia Mirkin wrote: >> On Tue, Dec 2, 2014 at 8:38 AM, poma wrote: >>> Is this expected result for Chipset: G98 (NV98)? >> >> Yep, 100% expected. [Perhaps you might glance at the wiki page you got >> that from for clues as to why.]

Re: [Nouveau] demmio

2014-12-02 Thread poma
On 02.12.2014 14:40, Ilia Mirkin wrote: > On Tue, Dec 2, 2014 at 8:38 AM, poma wrote: >> Is this expected result for Chipset: G98 (NV98)? > > Yep, 100% expected. [Perhaps you might glance at the wiki page you got > that from for clues as to why.] > "You basically never need to do the mmiotrac

Re: [Nouveau] demmio

2014-12-02 Thread Ilia Mirkin
On Tue, Dec 2, 2014 at 8:38 AM, poma wrote: > Is this expected result for Chipset: G98 (NV98)? Yep, 100% expected. [Perhaps you might glance at the wiki page you got that from for clues as to why.] > > $ modinfo nvidia -F version > 304.123 > > $ stat -c %s mmiotrace.log > 134659197 > > $ file mm

[Nouveau] demmio

2014-12-02 Thread poma
Is this expected result for Chipset: G98 (NV98)? $ modinfo nvidia -F version 304.123 $ stat -c %s mmiotrace.log 134659197 $ file mmiotrace.log mmiotrace.log: ASCII text $ grep -i lost mmiotrace.log ; echo $? 1 $ ./envytools/rnn/demmio -f mmiotrace.log | perl -e 'open($fh409c, ">fuc409c"); op

[Nouveau] [Bug 72180] [NVE6] Random GPU Lockups, works with blob PGRAPH fw

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72180 --- Comment #40 from Matthias Nagel --- @Cedric: Well this means, that the kernel could not find the firmware. There are several ways how to do it and it depends on wether you have a initramfs or not, if the kernel has access to /lib/fimware when

[Nouveau] [Bug 72180] [NVE6] Random GPU Lockups, works with blob PGRAPH fw

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72180 --- Comment #39 from Cedric Brandenbourger --- I also have this random GPU lookups on my GT660. I tried to get the proprietary PGRAPH working, but without success. Im'getting an error at boot: Failed to loader firmware with error -2 Fallback to

[Nouveau] [Bug 27501] MacBook Pro 5, x unable to boot [NV96 + NVAC]

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27501 Pierre Moreau changed: What|Removed |Added Attachment #107262|0 |1 is obsolete|