Bug 56031 - Enabling radeon HDMI audio causes video corruption in unsupported hardware
Summary: Enabling radeon HDMI audio causes video corruption in unsupported hardware
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - non Intel) (show other bugs)
Hardware: All Linux
: P1 low
Assignee: drivers_video-dri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-01 00:55 UTC by Thomas J. Moore
Modified: 2016-03-23 18:35 UTC (History)
1 user (show)

See Also:
Kernel Version: 3.8
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments

Description Thomas J. Moore 2013-04-01 00:55:58 UTC
I changed laptops from an r600 to an aruba, and accidentally left radeon.audio=1 in my kernel parameters.  This caused the external screen to be shifted right a bit and a pink stripe on the left.  This is due to change f92e70cae880e3540d0c1dddc64825b70f963703 which does not filter out DCE6 (since it is currently unsupported for HDMI) as it should.  The patch I have attached adds this restriction, but it might be better if somewhere early in the device initialization radeon_audio were just set to 0 if unsupported.

Note You need to log in before you can comment on or make changes to this bug.