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 crashes on star
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 (AM
https://bugs.freedesktop.org/show_bug.cgi?id=104806
Fireball changed:
What|Removed |Added
URL||https://bugs.gentoo.org/645
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
implemented in the glsl cod
https://bugs.freedesktop.org/show_bug.cgi?id=104806
Andrei Slavoiu changed:
What|Removed |Added
CC||ansl...@yahoo.com
--- Comment #1 from
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
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, Kernel
4.16-drm-next (based
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
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...+>\&e\)) S1 else S2
(
x = g(...);
|
m = g(...,&x,...);
|
y = g(..
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 possible.
dmesg pointed segfaults
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. Ho
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).
>
> Thi
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 = b + c;
} else
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&action=edit
Test that fails with r600/sb
Other then in the fs-if-def-else-break piglit here the if path doesn't get
comple
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&action=edit
Test that doesn't fail
Here the break is in the if path and other then ELSE the JUMP instruction
doesn't get o
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
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&action=edit
kernel: [drm:amdgpu_job_timedout [amdgpu]]
--
You are receiving this mail because:
You are the assignee for
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&action=edit
kernel: amdgpu [gfxhub] VMC page fault (1)
--
You are receiving this mail because:
You are the assignee for
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&action=edit
kernel: amdgpu [gfxhub] VMC page fault (2)
--
You are receiving this mail because:
You are the assignee for
https://bugs.freedesktop.org/show_bug.cgi?id=104806
Mike Lothian changed:
What|Removed |Added
CC||m...@fireburn.co.uk
--- Comment #3 from
20 matches
Mail list logo