[Bug 104806] plasmashell and other KDE binaries start to segfault after updating Mesa to 18.0.0 (radeon)

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104806 Mike Lothian changed: What|Removed |Added CC||m...@fireburn.co.uk

[Bug 104817] [Raven][GALLIUM_DDEBUG] system crashes/freezes randomly every few minutes/hours

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104817 --- Comment #3 from Marcus Husar --- Created attachment 137003 --> https://bugs.freedesktop.org/attachment.cgi?id=137003=edit kernel: amdgpu [gfxhub] VMC page fault (2) -- You are receiving this mail because: You are

[Bug 104817] [Raven][GALLIUM_DDEBUG] system crashes/freezes randomly every few minutes/hours

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104817 --- Comment #2 from Marcus Husar --- Created attachment 137002 --> https://bugs.freedesktop.org/attachment.cgi?id=137002=edit kernel: amdgpu [gfxhub] VMC page fault (1) -- You are receiving this mail because: You are

[Bug 104817] [Raven][GALLIUM_DDEBUG] system crashes/freezes randomly every few minutes/hours

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104817 --- Comment #1 from Marcus Husar --- Created attachment 137001 --> https://bugs.freedesktop.org/attachment.cgi?id=137001=edit kernel: [drm:amdgpu_job_timedout [amdgpu]] -- You are receiving this mail because: You are

[Bug 104817] [Raven][GALLIUM_DDEBUG] system crashes/freezes randomly every few minutes/hours

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104817 Bug ID: 104817 Summary: [Raven][GALLIUM_DDEBUG] system crashes/freezes randomly every few minutes/hours Product: Mesa Version: git Hardware: All OS: Linux

[Bug 101442] Piglit shaders@ssa@fs-if-def-else-break fails with sb but passes with R600_DEBUG=nosb

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101442 --- Comment #7 from Gert Wollny --- Created attachment 136996 --> https://bugs.freedesktop.org/attachment.cgi?id=136996=edit Test that doesn't fail Here the break is in the if path and other then ELSE the JUMP

[Bug 101442] Piglit shaders@ssa@fs-if-def-else-break fails with sb but passes with R600_DEBUG=nosb

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101442 --- Comment #6 from Gert Wollny --- Created attachment 136995 --> https://bugs.freedesktop.org/attachment.cgi?id=136995=edit Test that fails with r600/sb Other then in the fs-if-def-else-break piglit here the if path

[Bug 101442] Piglit shaders@ssa@fs-if-def-else-break fails with sb but passes with R600_DEBUG=nosb

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101442 --- Comment #5 from Gert Wollny --- With a bit more digging I found out that the sb optimizer simply drops the ELSE if no ALU instructions are found in the else branch, i.e. while(cond1) if (cond2) { a

Re: [RFC v3 1/4] drm/nouveau: Add support for basic clockgating on Kepler1

2018-01-27 Thread Martin Peres
On 26/01/18 22:59, Lyude Paul wrote: > This adds support for enabling automatic clockgating on nvidia GPUs for > Kepler1. While this is not technically a clockgating level, it does > enable clockgating using the clockgating values initially set by the > vbios (which should be safe to use). > >

Re: [RFC v3 2/4] drm/nouveau: Add support for BLCG on Kepler1

2018-01-27 Thread Martin Peres
On 26/01/18 22:59, Lyude Paul wrote: > This enables BLCG optimization for kepler1. When using clockgating, > nvidia's firmware has a set of registers which are initially programmed > by the vbios with various engine delays and other mysterious settings > that are safe enough to bring up the GPU.

[Bug 104806] plasmashell and other KDE binaries start to segfault after updating Mesa to 18.0.0 (radeon)

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104806 --- Comment #2 from Alexandr Paliy --- Also gentoo, also radeon card (r600). Posting this just to confirm there is an issue. Can't provide additional info because I needed to restore access to my PC as fast as

[PATCH] drm/radeon: adjust tested variable

2018-01-27 Thread Julia Lawall
Check the variable that was most recently initialized. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ expression x, y, f, g, e, m; statement S1,S2,S3,S4; @@ x = f(...); if (\(<+...x...+>\\)) S1 else S2 ( x = g(...); | m = g(...,,...); | y = g(...);

Re: [PATCH] drm/i915: Fix DSI panels with v1 MIPI sequences without a DEASSERT sequence v2

2018-01-27 Thread Hans de Goede
Hi, On 26-01-18 17:38, Ville Syrjälä wrote: On Fri, Jan 26, 2018 at 08:52:07AM +0100, Hans de Goede wrote: So far models of the Dell Venue 8 Pro, with a panel with MIPI panel index = 3, one of which has been kindly provided to me by Jan Brummer, where not working with the i915 driver, giving a

[Bug 104808] [mesa 18.0.0-rc2][bisected] Radeonsi doesn’t work correctly in wayland session (gnome-shell)

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104808 --- Comment #1 from Marcus Husar --- Some additional information: OpenGL renderer string: AMD RAVEN (DRM 3.23.0 / 4.16.0-2.fc27.x86_64, LLVM 6.0.0 My system is an Acer SF315-41 (Ryzen Mobile 5 2500U) with Fedora 27,

[Bug 104808] [mesa 18.0.0-rc2][bisected] Radeonsi doesn’t work correctly in wayland session (gnome-shell)

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104808 Bug ID: 104808 Summary: [mesa 18.0.0-rc2][bisected] Radeonsi doesn’t work correctly in wayland session (gnome-shell) Product: Mesa Version: git Hardware: All

[Bug 104806] plasmashell and other KDE binaries start to segfault after updating Mesa to 18.0.0 (radeon)

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104806 Andrei Slavoiu changed: What|Removed |Added CC||ansl...@yahoo.com

[Bug 101442] Piglit shaders@ssa@fs-if-def-else-break fails with sb but passes with R600_DEBUG=nosb

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101442 --- Comment #4 from Gert Wollny --- After reviewing the byte code of fs-if-def-else-break I found that the problem is a bit different: In the original code BREAK is called in the loop when (KC0[0].x != 0) just like

[Bug 104806] plasmashell and other KDE binaries start to segfault after updating Mesa to 18.0.0 (radeon)

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104806 Fireball changed: What|Removed |Added URL|

[Bug 104806] plasmashell and other KDE binaries start to segfault after updating Mesa to 18.0.0 (radeon)

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104806 Bug ID: 104806 Summary: plasmashell and other KDE binaries start to segfault after updating Mesa to 18.0.0 (radeon) Product: Mesa Version: unspecified Hardware: x86-64

[Bug 103915] Undertale crashes on startup (compiling shaders?)

2018-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103915 --- Comment #10 from Martin Jørgensen --- I've got the same issue with undertale running on AMD POLARIS10 and latest Debian Testing + liquorix 4.14 kernel. Tried using both Mesa 17.2 and 17.3 from Debian repos. My Undertale game