commit | 749e7bffd3f71d4fadc0fb54eebce12a28d045e7 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Thu Aug 15 18:55:22 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 29 09:47:37 2013 -0700 |
tree | e9acf4d42f886f046b8f6aa6ca0f06b96a0ba026 | |
parent | 21779249f05d0ebdd2eaf464673d224f1883b57a [diff] |
drm/radeon: fix WREG32_OR macro setting bits in a register commit d43a93c8d9bc4e0dc0293b6458c077c3c797594f upstream. This bug (introduced in 3.10) in WREG32_OR made commit d3418eacad403033e95e49dc14afa37c2112c134 "drm/radeon/evergreen: setup HDMI before enabling it" cause a regression. Sometimes audio over HDMI wasn't working, sometimes display was corrupted. This fixes: https://bugzilla.kernel.org/show_bug.cgi?id=60687 https://bugzilla.kernel.org/show_bug.cgi?id=60709 https://bugs.freedesktop.org/show_bug.cgi?id=67767 Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>