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
t was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150829/3a248d04/attachment.html>
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
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>
https://bugzilla.kernel.org/show_bug.cgi?id=102351
beta992 at gmail.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
nts/20150829/5b242b08/attachment.html>
assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150829/9eaa919f/attachment.html>
assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150829/6654b297/attachment.html>
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
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>
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
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
12 matches
Mail list logo