Bug 109481
Summary: | Radeon Module crashing/freezing on ATI/AMD Evergreen (Radeon HD6250, Wrestler) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Steffen Schmid (elbuffo166) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alexdeucher, szg00000 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.3.3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | possible fix |
Description
Steffen Schmid
2015-12-16 17:12:55 UTC
Is this a regression? If so, when was it working last? Going to find out which is the last working kernel... The following Kernel-Versions are working: 3.4.110 3.10.94 3.12.51 3.14.58 3.18.25 Kernel 4.1.15 is not working. Testing 4.1-Tree... Final result:
3.18.25 is last working.
>= 4.0.1 is not working.
Other Clients with AMD Graphics (Futro S920 - Kabini, Futro S550 - Radeon X1250) are working without problem on newest Kernel.
Maybe another finding regarding this problem: On the old Kernel we are currently running in production (3.2.53) there are 3 display connectors found by radeon. Using Kernel 3.18.25 VGA is missing and because of this, displays connected by VGA (all our systems) wont't display anything. Old Kernel: [drm] Radeon Display Connectors [drm] Connector 0: [drm] DisplayPort [drm] HPD1 [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c [drm] Encoders: [drm] DFP1: INTERNAL_UNIPHY [drm] Connector 1: [drm] DVI-D [drm] HPD2 [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c [drm] Encoders: [drm] DFP2: INTERNAL_UNIPHY [drm] Connector 2: [drm] VGA [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c [drm] Encoders: [drm] CRT1: INTERNAL_KLDSCP_DAC1 Using Kernel 3.18.25 VGA is missing: [drm] Radeon Display Connectors [drm] Connector 0: [drm] DP-1 [drm] HPD1 [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c [drm] Encoders: [drm] DFP1: INTERNAL_UNIPHY [drm] Connector 1: [drm] DVI-D-1 [drm] HPD2 [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c [drm] Encoders: [drm] DFP2: INTERNAL_UNIPHY Created attachment 197651 [details]
possible fix
Does this patch help? It looks you are getting hit by a quirk for another Fujitsu board with the same ids.
Great! It works! :-) Many thanks for the fast fix. Tested on Fujitsu Futro S900 and Kernel 4.3.3 (additionally tested on Futro S550 and S920, works too). Do I have to do now anything? More testing, closing Ticket...? Relevant dmesg Output: [drm] Radeon Display Connectors [drm] Connector 0: [drm] DP-1 [drm] HPD1 [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c [drm] Encoders: [drm] DFP1: INTERNAL_UNIPHY [drm] Connector 1: [drm] DVI-I-1 [drm] HPD2 [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c [drm] Encoders: [drm] DFP2: INTERNAL_UNIPHY [drm] CRT1: INTERNAL_KLDSCP_DAC1 [drm] fb mappable at 0xE0478000 [drm] vram apper at 0xE0000000 [drm] size 5242880 [drm] fb depth is 24 [drm] pitch is 5120 (In reply to Steffen Schmid from comment #7) > Great! It works! :-) > Many thanks for the fast fix. > Tested on Fujitsu Futro S900 and Kernel 4.3.3 (additionally tested on Futro > S550 and S920, works too). > > Do I have to do now anything? More testing, closing Ticket...? I'll make sure the patch gets upstream. Please close the ticket once it's committed upstream. |