[Bug 66515] mesa 9.2 is causing GPU to hang on VERDE
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Aug 4 10:51:34 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=66515
--- Comment #12 from Mauro Carvalho Chehab <mchehab at infradead.org> ---
Bisecting didn't help. So, I decided to check if any changes at the configured
options changed from Fedora 18 and Fedora 19 could be affecting the issue. So,
I compiled mesa 9.2 (actually, git changeset 8edb79f1ef) with Fedora 18, and
the issue disappeared.
As reference, those are the changes at the configure that happened between F18
and F19:
--- Fedora_18 2013-08-04 14:46:45.655278805 -0300
+++ Fedora_19 2013-08-04 14:45:19.505487516 -0300
@@ -1,37 +1,40 @@
sudo ls configure
./configure \
--build=x86_64-redhat-linux-gnu \
--host=x86_64-redhat-linux-gnu \
--program-prefix= \
--disable-dependency-tracking \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib64 \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/var/lib \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--enable-selinux \
---enable-pic \
--enable-osmesa \
---enable-xcb \
--with-dri-driverdir=/usr/lib64/dri \
--enable-egl \
---enable-gles1 \
+--disable-gles1 \
--enable-gles2 \
--disable-gallium-egl \
+--disable-xvmc \
+--enable-vdpau \
--with-egl-platforms=x11,drm,wayland \
--enable-shared-glapi \
--enable-gbm \
--disable-opencl \
+--enable-glx-tls \
+--enable-texture-float=yes \
--enable-gallium-llvm \
--with-llvm-shared-libs \
+--enable-dri \
--enable-xa \
---with-gallium-drivers=svga,r300,r600,radeonsi,nouveau,swrast \
+--with-gallium-drivers=svga,radeonsi,swrast,r600,r300,nouveau \
--with-dri-drivers=nouveau,radeon,r200,i915,i965
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20130804/78b0ec3d/attachment.html>
More information about the xorg-driver-ati
mailing list