Re: [Nouveau] [v3 PATCH 1/3] drm/atomic: Save flip flags in drm_crtct_state

2017-01-30 Thread Grodzovsky, Andrey
> -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Monday, January 30, 2017 6:05 AM > To: Grodzovsky, Andrey > Cc: dri-de...@lists.freedesktop.org; amd-...@lists.freedesktop.org; > nouveau@lists.freedesktop.org; daniel.vet...@intel.com; dc_ups

[Nouveau] [PATCH] drm/nouveau: gk20a: Turn instmem lock into mutex

2017-01-30 Thread Thierry Reding
From: Thierry Reding The gk20a implementation of instance memory uses vmap()/vunmap() to map memory regions into the kernel's virtual address space. These functions may sleep, so protecting them by a spin lock is not safe. This triggers a warning if the DEBUG_ATOMIC_SLEEP Kconfig option is enable

[Nouveau] [Bug 99400] [nouveau] garbled rendering with glamor on G71

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99400 --- Comment #19 from Ilia Mirkin --- OH! DUH! apitrace: warning: glMapBufferRange: MAP_COHERENT_BIT|MAP_WRITE_BIT unsupported Right, so you need to run this with MESA_EXTENSION_OVERRIDE=-GL_ARB_buffer_storage. Or find som

[Nouveau] [Bug 99400] [nouveau] garbled rendering with glamor on G71

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99400 --- Comment #18 from Ilia Mirkin --- Curious. It should perhaps be noted that there are no instances of glCopyTexSubImage2D in your trace. That means they happen some other way... It should be noted that the warning in question can only come out

Re: [Nouveau] [v3 PATCH 3/3] drm/amd/display: Switch to using atomic_helper for flip.

2017-01-30 Thread Harry Wentland
On 2017-01-28 09:26 PM, Andrey Grodzovsky wrote: > Swicth to use atomic helper. > Start using actual user's given target_vblank value for flip > instead of current value. > > v3: > Update for movig pflip flags to crtc_state > > Change-Id: I25dae6d8c29de5d022a42aa99a18a32674b56cda > Signed-off-by

[Nouveau] [Bug 99147] xorg hangs at initial startup on linux-4.9.0

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99147 Peter Wu changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Nouveau] [Bug 99400] [nouveau] garbled rendering with glamor on G71

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99400 --- Comment #17 from Olivier Fourdan --- Updated traces and logs here: https://people.freedesktop.org/~ofourdan/bug99400/Xwayland.log https://people.freedesktop.org/~ofourdan/bug99400/Xwayland.trace With this, I see interesting errors like: M

[Nouveau] [Bug 99400] [nouveau] garbled rendering with glamor on G71

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99400 --- Comment #16 from Olivier Fourdan --- (In reply to Ilia Mirkin from comment #13) > I'd like to help you, but I'm just not sure how -- I don't have Wayland (or > any interest in setting that up), and your traces appear incomplete. I don't > kno

Re: [Nouveau] [v3 PATCH 1/3] drm/atomic: Save flip flags in drm_crtct_state

2017-01-30 Thread Laurent Pinchart
Hi Andrey, Thank you for the patch. On Saturday 28 Jan 2017 21:26:49 Andrey Grodzovsky wrote: > Allows using atomic flip helpers for drivers > using ASYNC flip. > Remove ASYNC_FLIP restriction in helpers and > caches the page flip flags in drm_crtc_state > to be used in the low level drivers. >

[Nouveau] [Bug 99400] [nouveau] garbled rendering with glamor on G71

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99400 --- Comment #15 from Olivier Fourdan --- (In reply to Ilia Mirkin from comment #13) > I'd like to help you, but I'm just not sure how I know, and very much appreciate your help! I'm sorry I can't be of more help, I spent like the past 5 days or

Re: [Nouveau] [v3 PATCH 0/3] Allow ASYNC flip with atomic helpers.

2017-01-30 Thread Emil Velikov
Hi Andrey, Unrelated suggestion: A handy trick - to save yourself a bit of time (and "get it right") you can use `git format-patch -vX ...' [it also works with send-email] to have the version in the subject prefix. Feel free to share it with the team - it seems that many people manually edit the

[Nouveau] [Bug 99396] Crash in nouveau_dri.so when switching apps with alt-tab in Gnome

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99396 --- Comment #5 from Per Arnold Blaasmo --- I seem to experience the same problem. I am using Fedora 25. gnome-shell-3.22.2-2.fc25.x86_64 kernel-4.9.5-200.fc25.x86_64 xorg-x11-drv-nouveau-1.0.13-1.fc25.x86_64 mesa 13.0.3-1.fc25.x86_64 Not sure if