https://bugs.freedesktop.org/show_bug.cgi?id=94405
Bug ID: 94405 Summary: mesa hang GPU Product: Mesa Version: 11.1 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: lorenz.bona@gmail.com QA Contact: dri-devel@lists.freedesktop.org
Created attachment 122116 --> https://bugs.freedesktop.org/attachment.cgi?id=122116&action=edit git bisect log
Hi, mesa crash as soon as I start xorg with 'startx' from tty1.
I can see the mouse coursor in the middle of a black screen. After a few seconds the tty1 appears back, the message tells me that my GPU hangs for XXXX seconds.
I tried to bisect this and you can see the result attached. I've also attached my mesa build script.
My GPU is a R7-265 pitcairn, running Debian sid, with mesa/xorg/drm/kernel from git. LLVM 3.8 is at revision: 257294. I'm usign LXqt+openbox from debian sid.
https://bugs.freedesktop.org/show_bug.cgi?id=94405
--- Comment #1 from Lorenzo Bona lorenz.bona@gmail.com --- Created attachment 122117 --> https://bugs.freedesktop.org/attachment.cgi?id=122117&action=edit mesa build script
https://bugs.freedesktop.org/show_bug.cgi?id=94405
Lorenzo Bona lorenz.bona@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|mesa hang GPU |radeon GPU hang
https://bugs.freedesktop.org/show_bug.cgi?id=94405
Lorenzo Bona lorenz.bona@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG
https://bugs.freedesktop.org/show_bug.cgi?id=94405
--- Comment #2 from Nicolai Hähnle nhaehnle@gmail.com --- Why did you mark this as NOTABUG?
https://bugs.freedesktop.org/show_bug.cgi?id=94405
--- Comment #3 from Lorenzo Bona lorenz.bona@gmail.com --- (In reply to Nicolai Hähnle from comment #2)
Why did you mark this as NOTABUG?
Hi Nicolai, I mark this as not a bug because I reset my git and find out there are 2 changes in hw/xfree86/common/xf86Module.h
lines 83-84
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(21, 0) #define ABI_XINPUT_VERSION SET_ABI_VERSION(22, 1)
something I've modified in the past. I've reverted my local changes and now it's working correctly.
Cheers.
dri-devel@lists.freedesktop.org