From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 107012] [PATCH] Radeon SI driver not architecture safe, crashes on ppc64[el]
Date: Sat, 23 Jun 2018 21:34:48 +0000 [thread overview]
Message-ID: <bug-107012-502@http.bugs.freedesktop.org/> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1175 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=107012
Bug ID: 107012
Summary: [PATCH] Radeon SI driver not architecture safe,
crashes on ppc64[el]
Product: Mesa
Version: git
Hardware: PowerPC
OS: All
Status: NEW
Severity: major
Priority: medium
Component: Drivers/Gallium/radeonsi
Assignee: dri-devel@lists.freedesktop.org
Reporter: tpearson@raptorengineering.com
QA Contact: dri-devel@lists.freedesktop.org
Created attachment 140294
--> https://bugs.freedesktop.org/attachment.cgi?id=140294&action=edit
Fix crashes
color_interp_vgpr_index was declared as a generic char value. Because signed
values are used in this variable, the result was not safe across architectures
and crashed on ppc64[el] and arm systems.
The atttached patch declares color_interp_vgpr_index as a signed type, and has
been verified to work with alien-arena, glxgears, and Flightgear, all of which
were crashing before the patch.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2747 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2018-06-23 21:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-23 21:34 bugzilla-daemon [this message]
2018-06-23 23:02 ` [Bug 107012] [PATCH] Radeon SI driver not architecture safe, crashes on ppc64[el] bugzilla-daemon
2018-06-23 23:05 ` bugzilla-daemon
2018-06-23 23:41 ` bugzilla-daemon
2018-06-24 0:41 ` bugzilla-daemon
2018-06-24 2:26 ` bugzilla-daemon
2018-06-25 9:33 ` bugzilla-daemon
2018-07-16 19:22 ` bugzilla-daemon
2018-11-06 10:49 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-107012-502@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.