[Nouveau] Project :Adding new compiler optimization Passes to Codegen

2019-05-08 Thread Karthik Guru
Hello I am looking to contribute to the about Nouveau based project. Could you please tell me how I can participate in XORG EVOC for this project? Thank you ___ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/li

[Nouveau] [Bug 110572] Regularly System Crash: (ca. 1 hour) nouveau 0000:08:00.0: gr: PGRAPH TLB flush idle timeout fail and nouveau 0000:08:00.0: mmu: ce0 mmu invalidate timeout

2019-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110572 Linux Freak changed: What|Removed |Added Summary|System Crash: nouveau |Regularly System Crash:

[Nouveau] [Bug 110572] System Crash: nouveau 0000:08:00.0: gr: PGRAPH TLB flush idle timeout fail and nouveau 0000:08:00.0: mmu: ce0 mmu invalidate timeout

2019-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110572 --- Comment #1 from Linux Freak --- Enabling also warnings gives a lot of more useful information: journalctl -p 4 -b -0 see at: https://forum.manjaro.org/t/system-crash-nouveau-00-0-gr-pgraph-tlb-flush-idle-timeout-fail-and-nouveau-00

[Nouveau] [Bug 110572] System Crash: nouveau 0000:08:00.0: gr: PGRAPH TLB flush idle timeout fail and nouveau 0000:08:00.0: mmu: ce0 mmu invalidate timeout

2019-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110572 Linux Freak changed: What|Removed |Added Severity|major |critical -- You are receiving this mail

Re: [Nouveau] [PATCH v2 1/4] drm: don't set the pci power state if the pci subsystem handles the ACPI bits

2019-05-08 Thread Lyude Paul
Reviewed-by: Lyude Paul On Tue, 2019-05-07 at 22:12 +0200, Karol Herbst wrote: > v2: rework detection of if Nouveau calling a DSM method or not > > Signed-off-by: Karol Herbst > --- > drm/nouveau/nouveau_acpi.c | 7 ++- > drm/nouveau/nouveau_acpi.h | 2 ++ > drm/nouveau/nouveau_drm.c |

[Nouveau] [PATCH v4 04/11] drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_state

2019-05-08 Thread Sean Paul
From: Sean Paul Everyone who implements connector_helper_funcs->atomic_check reaches into the connector state to get the atomic state. Instead of continuing this pattern, change the callback signature to just give atomic state and let the driver determine what it does and does not need from it.