Bug 97561
Summary: | Regression: Issue with ATI HD 6570 (possibly others) HDMI output Purple Line | ||
---|---|---|---|
Product: | Drivers | Reporter: | Rich (forums0) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | alexdeucher, susah.yak |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 4.0 and above | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg output with drm.debug=0xe
dmesg output with drm.debug=0xe grepped with drm Output of xrandr --verbose |
Description
Rich
2015-04-30 08:26:42 UTC
Additional information: My HDMI screen is not audio enabled. So audio should not be enabled by default when auto-detect is being used. Adding: xrandr.log Output of: xrandr --verbose Adding: dmesg_debug.log Output of dmesg with kernel option drm.debug=0xe Adding: dmesg_debug_drm.log Output of dmesg with kernel option drm.debug=0xe grepped with drm Created attachment 175421 [details]
dmesg output with drm.debug=0xe
Created attachment 175431 [details]
dmesg output with drm.debug=0xe grepped with drm
Created attachment 175441 [details]
Output of xrandr --verbose
Does it work correctly with Dave's drm-fixes tree: http://cgit.freedesktop.org/~airlied/linux/log/?h=drm-fixes There are a number of fixes related to this. Looks very similar, I am willing to bet that will fix it. I will have a go at compiling the kernel from source with those patches applied (never done it before so might take me a while). Are those fixes going to make 4.1-stable? (In reply to Rich from comment #6) > Looks very similar, I am willing to bet that will fix it. I will have a go > at compiling the kernel from source with those patches applied (never done > it before so might take me a while). > > Are those fixes going to make 4.1-stable? Yes, 4.1 and previous stable kernels. Thanks - I did try to compile my own kernel a few times but failed. I managed to 'git clone' the kernel source, apply the drm-fixes patches successfully, compile (with various config settings) but could never get the kernel to boot - but thats my problem and need to learn! On topic: 4.1-rc2 [4.1.0-040100rc2-generic] fixes the problem. I assume its the same bug as you posted. I am going to resolve this now (if I can!) Thanks! |