Bug 94405 - radeon GPU hang
Summary: radeon GPU hang
Status: RESOLVED NOTABUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/radeonsi (show other bugs)
Version: 11.1
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact: Default DRI bug account
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-05 17:46 UTC by Lorenzo Bona
Modified: 2016-03-14 13:27 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
git bisect log (8.52 KB, text/plain)
2016-03-05 17:46 UTC, Lorenzo Bona
Details
mesa build script (425 bytes, text/x-log)
2016-03-05 17:47 UTC, Lorenzo Bona
Details

Description Lorenzo Bona 2016-03-05 17:46:45 UTC
Created attachment 122116 [details]
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.
Comment 1 Lorenzo Bona 2016-03-05 17:47:16 UTC
Created attachment 122117 [details]
mesa build script
Comment 2 Nicolai Hähnle 2016-03-14 13:19:54 UTC
Why did you mark this as NOTABUG?
Comment 3 Lorenzo Bona 2016-03-14 13:27:08 UTC
(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.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.