[Nouveau] [Bug 90567] Display freeze when starting League of Legends (Wine)

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90567 --- Comment #20 from Detlev Casanova detlev.casan...@gmail.com --- I'm not sure you can do it with a new account, the game is very restrictive. The bug occurs with every type of game. To avoid being banned for leaving an actual game (that's not

Re: [Nouveau] Self introduction Hans de Goede

2015-05-26 Thread Hans de Goede
Hi, On 26-05-15 09:41, Martin Peres wrote: On 26/05/15 10:29, Hans de Goede wrote: Hi All, Since I will be working on nouveau pretty much starting today I thought it would be good to write a quick self introduction. I'm an FOSS enthusiast / developer since 1996. I've written (and still

Re: [Nouveau] [PATCH 4/8] acpi: Allow evaluate_optimus_dsm to take NULL results

2015-05-26 Thread Samuel Pitoiset
On 05/26/2015 12:22 AM, Pierre Moreau wrote: Signed-off-by: Pierre Moreau pierre.mor...@free.fr --- drm/nouveau/nouveau_acpi.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drm/nouveau/nouveau_acpi.c b/drm/nouveau/nouveau_acpi.c index 36f4a40..073f7d7 100644

Re: [Nouveau] [PATCH 5/8] acpi: Check returned object type by Optimus _DSM locally

2015-05-26 Thread Samuel Pitoiset
On 05/26/2015 12:22 AM, Pierre Moreau wrote: Most _DSM will return an integer value of 0x8002 when given an unknown UUID, revision ID or function ID. Checking locally allows us to differentiate that case from other ACPI errors, and to not report a failed to evaluate _DSM if 0x8002 is

[Nouveau] [Bug 90435] [NV46] moving 3D objects drawn static

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90435 Hans de Goede jwrdego...@fedoraproject.org changed: What|Removed |Added CC|

Re: [Nouveau] [PATCH 7/8] acpi: Add support for Apple Gmux _DMS

2015-05-26 Thread Samuel Pitoiset
On 05/26/2015 12:22 AM, Pierre Moreau wrote: Signed-off-by: Pierre Moreau pierre.mor...@free.fr --- drm/nouveau/nouveau_acpi.c | 53 -- drm/nouveau/nouveau_acpi.h | 2 ++ drm/nouveau/nouveau_drm.c | 6 -- drm/nouveau/nouveau_vga.c | 10

[Nouveau] Self introduction Hans de Goede

2015-05-26 Thread Hans de Goede
Hi All, Since I will be working on nouveau pretty much starting today I thought it would be good to write a quick self introduction. I'm an FOSS enthusiast / developer since 1996. I've written (and still maintain) various hwmon drivers, various USB webcam drivers, libv4l and libgphoto camlibs

Re: [Nouveau] Self introduction Hans de Goede

2015-05-26 Thread Martin Peres
On 26/05/15 10:29, Hans de Goede wrote: Hi All, Since I will be working on nouveau pretty much starting today I thought it would be good to write a quick self introduction. I'm an FOSS enthusiast / developer since 1996. I've written (and still maintain) various hwmon drivers, various USB

Re: [Nouveau] [PATCH 4/8] acpi: Allow evaluate_optimus_dsm to take NULL results

2015-05-26 Thread Pierre Moreau
On 26 May 2015, at 10:02, Samuel Pitoiset samuel.pitoi...@gmail.com wrote: On 05/26/2015 12:22 AM, Pierre Moreau wrote: Signed-off-by: Pierre Moreau pierre.mor...@free.fr --- drm/nouveau/nouveau_acpi.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git

Re: [Nouveau] [PATCH 5/8] acpi: Check returned object type by Optimus _DSM locally

2015-05-26 Thread Pierre Moreau
On 26 May 2015, at 07:17, Ilia Mirkin imir...@alum.mit.edu wrote: On Tue, May 26, 2015 at 1:10 AM, Pierre Moreau pierre.mor...@free.fr wrote: On 26 May 2015, at 00:39, Ilia Mirkin imir...@alum.mit.edu wrote: On Mon, May 25, 2015 at 6:22 PM, Pierre Moreau pierre.mor...@free.fr wrote:

[Nouveau] [Bug 90435] [NV46] moving 3D objects drawn static

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90435 --- Comment #11 from Hans de Goede jwrdego...@fedoraproject.org --- Hi all, I've been looking into this toay, it seems that with the latest xf86-video-nouveau + latest mesa (both git master) I can reproduce the problem and work around it by

Re: [Nouveau] [PATCH 8/8] acpi: Use booleans when probing different _DSM types

2015-05-26 Thread Pierre Moreau
I'm thinking of re-writing this patch to just OR the different returned retval and test for individual bits directly in the final conditionals. So this would give something like: int retval = 0; while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA 8, pdev)) != NULL) { vga_count++;

Re: [Nouveau] Self introduction Hans de Goede

2015-05-26 Thread Tobias Klausmann
On 26.05.2015 09:43, Hans de Goede wrote: Hi, On 26-05-15 09:41, Martin Peres wrote: On 26/05/15 10:29, Hans de Goede wrote: Hi All, Since I will be working on nouveau pretty much starting today I thought it would be good to write a quick self introduction. I'm an FOSS enthusiast /

Re: [Nouveau] Self introduction Hans de Goede

2015-05-26 Thread Ilia Mirkin
On Tue, May 26, 2015 at 3:43 AM, Hans de Goede hdego...@redhat.com wrote: Hi, On 26-05-15 09:41, Martin Peres wrote: On 26/05/15 10:29, Hans de Goede wrote: Hi All, Since I will be working on nouveau pretty much starting today I thought it would be good to write a quick self

Re: [Nouveau] [PATCH 2/2] nv30/draw: switch varying hookup logic to know about texcoords

2015-05-26 Thread Tobias Klausmann
On 26.05.2015 02:59, Ilia Mirkin wrote: On Mon, May 25, 2015 at 8:55 PM, Tobias Klausmann tobias.johannes.klausm...@mni.thm.de wrote: On 26.05.2015 02:49, Ilia Mirkin wrote: On Mon, May 25, 2015 at 8:37 PM, Tobias Klausmann tobias.johannes.klausm...@mni.thm.de wrote: On 25.05.2015 21:29,

[Nouveau] [Bug 90567] Display freeze when starting League of Legends (Wine)

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90567 --- Comment #17 from Detlev Casanova detlev.casan...@gmail.com --- The bug doesn't seem to be logged in the journal and the screen doesnt freeze whet replayed. though some messages like: 91596 @1 glXSwapIntervalMESA(interval = 1) = 0 91596:

[Nouveau] [Bug 90567] Display freeze when starting League of Legends (Wine)

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90567 --- Comment #15 from Detlev Casanova detlev.casan...@gmail.com --- First of all, that trace program is awesome ! I did some testing and couldn't fine the trace file. I then realized that it was located in the folder of the executable. So, I now

[Nouveau] [Bug 90567] Display freeze when starting League of Legends (Wine)

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90567 --- Comment #16 from Ilia Mirkin imir...@alum.mit.edu --- (In reply to Detlev Casanova from comment #15) First of all, that trace program is awesome ! I did some testing and couldn't fine the trace file. I then realized that it was located in

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #11 from René renda.kr...@gmail.com --- I attached also vbios.rom and boot.msg for kernel 3.18.10, which is the most recent working kernel version I currently know for this hardware. -- You are receiving this mail because: You are

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #12 from Ilia Mirkin imir...@alum.mit.edu --- In the future, please avoid gzippling logs. That makes me have to download them instead of being able to read them via the web interface. -- You are receiving this mail because: You are

[Nouveau] [Bug 21273] [NV17] PowerMac3, 6 Driver can't detect video output and xserver doesn't start

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=21273 --- Comment #105 from Ilia Mirkin imir...@alum.mit.edu --- (In reply to Tim Riker from comment #104) What became of this? I installed Ubuntu 14.04 on a Powermac G4 Quicksilver 2002 edition and got a blank screen. I look at the output and it

[Nouveau] [Bug 90567] Display freeze when starting League of Legends (Wine)

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90567 --- Comment #14 from Detlev Casanova detlev.casan...@gmail.com --- I am not sure I will be able to get a trace, the game automatically starts different programs when setting up the game in wine. The behavior today is quite random: * Sometimes

Re: [Nouveau] [PATCH 8/8] acpi: Use booleans when probing different _DSM types

2015-05-26 Thread Samuel Pitoiset
On 05/26/2015 02:46 PM, Pierre Moreau wrote: I'm thinking of re-writing this patch to just OR the different returned retval and test for individual bits directly in the final conditionals. So this would give something like: int retval = 0; while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #1 from René renda.kr...@gmail.com --- For completeness I just got to mention another time (because it has been mentioned in another issue): The nouveau driver worked _before_ kernel 3.19.x on the same hardware and stopped to work

Re: [Nouveau] [PATCH v2] nouveau: add coherent BO attribute

2015-05-26 Thread Martin Peres
On 26/05/2015 16:23, Alexandre Courbot wrote: On Sun, May 24, 2015 at 3:26 PM, Maarten Lankhorst maar...@mblankhorst.nl wrote: Op 23-05-15 om 08:45 schreef Alexandre Courbot: On Fri, May 22, 2015 at 3:23 AM, Martin Peres martin.pe...@free.fr wrote: On 21/05/2015 11:47, Ben Skeggs wrote: On

Re: [Nouveau] [PATCH v2] nouveau: add coherent BO attribute

2015-05-26 Thread Emil Velikov
On 26/05/15 19:06, Martin Peres wrote: On 26/05/2015 16:23, Alexandre Courbot wrote: On Sun, May 24, 2015 at 3:26 PM, Maarten Lankhorst maar...@mblankhorst.nl wrote: Op 23-05-15 om 08:45 schreef Alexandre Courbot: On Fri, May 22, 2015 at 3:23 AM, Martin Peres martin.pe...@free.fr wrote: On

[Nouveau] [Bug 90567] Display freeze when starting League of Legends (Wine)

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90567 --- Comment #18 from Samuel Pitoiset samuel.pitoi...@gmail.com --- Thanks for the trace, but we can't reproduce the issue. That's strange. Could you try to generate a new trace and make sure the issue occurs when you replay it, please? -- You

[Nouveau] [Bug 90567] Display freeze when starting League of Legends (Wine)

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90567 --- Comment #19 from Ilia Mirkin imir...@alum.mit.edu --- By the way I just noticed that League of Legends is a free game, so I'm going to check it out tonight. Detlev, I've never played this game -- what do I need to do in order to make the

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #4 from Ilia Mirkin imir...@alum.mit.edu --- (In reply to René from comment #3) Alright, trying to break it down regarding HP ZBook 15 and the nouveau driver: - I'm currently on 3.16.7 and have a working nouveau driver. I will

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #8 from René renda.kr...@gmail.com --- Can I provide something else or help somehow? I'm not a nouveau driver expert, but I can help in testing and reproducing, just need a HOWTO from some points :-) -- You are receiving this mail

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #2 from Ilia Mirkin imir...@alum.mit.edu --- (In reply to René from comment #1) For completeness I just got to mention another time (because it has been mentioned in another issue): The nouveau driver worked _before_ kernel 3.19.x

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #6 from René renda.kr...@gmail.com --- Created attachment 116048 -- https://bugs.freedesktop.org/attachment.cgi?id=116048action=edit /var/log/boot.msg on kernel 3.16.7 -- You are receiving this mail because: You are the assignee

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #7 from Ilia Mirkin imir...@alum.mit.edu --- Interesting. So the VBIOS you uploaded has: 0xce73: 71 DONE However the error print from the more recent kernel says unknown opcode 0xff. That

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #3 from René renda.kr...@gmail.com --- Alright, trying to break it down regarding HP ZBook 15 and the nouveau driver: - I'm currently on 3.16.7 and have a working nouveau driver. I will provide the needed attachments for exactly that

Re: [Nouveau] Tessellation shaders get MEM_OUT_OF_BOUNDS errors / missing triangles

2015-05-26 Thread Ilia Mirkin
One additional observation that I just made is that on GK208, the blob apparently doesn't use the result of S2R Rx, SR_INVOCATION_ID wholesale in TCS. It either passes it through a I2I.S32.S32 Rx, |Rx| (i.e. absolute value), or even more paradoxically, shl 2; shr 2; which removes the top *2* bits,

[Nouveau] [Bug 90348] Spilling failure of b96 merged value

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90348 --- Comment #2 from Ilia Mirkin imir...@alum.mit.edu --- This is a preliminary patch to resolve the issue that I wrote a while back: https://github.com/imirkin/mesa/commit/25c74a866b5b555699520552caeccb1e8426d86b.patch Note that it needs a

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #10 from René renda.kr...@gmail.com --- Created attachment 116051 -- https://bugs.freedesktop.org/attachment.cgi?id=116051action=edit /var/log/boot.msg on kernel 3.18.10 -- You are receiving this mail because: You are the assignee

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #9 from René renda.kr...@gmail.com --- Created attachment 116049 -- https://bugs.freedesktop.org/attachment.cgi?id=116049action=edit /sys/kernel/debug/dri/0/vbios.rom loaded from kernel 3.18.10 -- You are receiving this mail

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 René renda.kr...@gmail.com changed: What|Removed |Added Attachment #116049|/sys/kernel/debug/dri/0/vbi |/sys/kernel/debug/dri/0/vbi

[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel = 4.1

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90626 --- Comment #13 from René renda.kr...@gmail.com --- Created attachment 116053 -- https://bugs.freedesktop.org/attachment.cgi?id=116053action=edit /var/log/boot.omsg on kernel 4.1rc4 -- You are receiving this mail because: You are the assignee

[Nouveau] [Bug 21273] [NV17] PowerMac3, 6 Driver can't detect video output and xserver doesn't start

2015-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=21273 Tim Riker t...@rikers.org changed: What|Removed |Added CC||t...@rikers.org --- Comment