[PATCH libdrm] configure.ac: rework compiler builtin atomic tests

2015-08-29 Thread Jonathan Gray
The libdrm autoconf test for atomics uses __sync_val_compare_and_swap with the address of a function argument which triggers a gcc ICE on sparc64 with the OpenBSD system compiler. Mark Kettenis pointed out that while other architectures probably spill the argument onto the stack this is likely not

[Bug 91725] R600 asserts in sb_shed.c:251 during Shader Backend optimization pass.

2015-08-29 Thread bugzilla-dae...@freedesktop.org
t was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150829/3a248d04/attachment.html>

[Bug 91778] white screen in unigine tropics and sanctuary with 11RC1

2015-08-29 Thread bugzilla-dae...@freedesktop.org
dev at lists.freedesktop. |.org|org -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments

[Bug 91797] [r600g] Company of Heroes 2 crash when zooming on the map

2015-08-29 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150829/d1650c1d/attachment.html>

[Bug 102351] Radeon R9 270: Flickering Screen (Dual Monitor setup)

2015-08-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=102351 beta992 at gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 91801] [amd][tahiti xt] severe performance loss

2015-08-29 Thread bugzilla-dae...@freedesktop.org
nts/20150829/5b242b08/attachment.html>

[Bug 91801] [amd][tahiti xt] severe performance loss

2015-08-29 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150829/9eaa919f/attachment.html>

[Bug 45291] No video output via DisplayPort on Mobility HD 4670.

2015-08-29 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150829/6654b297/attachment.html>

[Bug 91775] Wrong openGL version

2015-08-29 Thread bugzilla-dae...@freedesktop.org
ing: 3.0 Mesa 11.1.0-devel (git-c8a61ea) OpenGL shading language version string: 1.30 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/atta

[Bug 91775] Wrong openGL version

2015-08-29 Thread bugzilla-dae...@freedesktop.org
ou are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150829/c37989b6/attachment.html>

[PATCH v3 RESEND 0/5] Remaining part of kill off set_irq_flags usage

2015-08-29 Thread Rob Herring
Thomas, As requested, here are the remaining patches for killing off set_irq_flags which have not been picked up. The rest of the series has been picked up and are in -next. Rob Rob Herring (5): gpu/drm: kill off set_irq_flags usage irqchip: kill off set_irq_flags usage sh: kill off set

[RESEND PATCH v3 1/5] gpu/drm: kill off set_irq_flags usage

2015-08-29 Thread Rob Herring
set_irq_flags is ARM specific with custom flags which have genirq equivalents. Convert drivers to use the genirq interfaces directly, so we can kill off set_irq_flags. The translation of flags is as follows: IRQF_VALID -> !IRQ_NOREQUEST IRQF_PROBE -> !IRQ_NOPROBE IRQF_NOAUTOEN -> IRQ_NOAUTOEN For