projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe7142
)
drm/radeon: use proper ACR regisiter for DCE3.2
author
Alex Deucher
<alexander.deucher@amd.com>
Mon, 1 Jun 2015 22:10:24 +0000
(18:10 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 2 Jun 2015 03:16:22 +0000
(23:16 -0400)
Using the DCE2 one by accident afer the audio rework.
Bug:
https://bugs.freedesktop.org/show_bug.cgi?id=90777
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/dce3_1_afmt.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/dce3_1_afmt.c
b/drivers/gpu/drm/radeon/dce3_1_afmt.c
index f04205170b8a5942d73437ada72437bc18d028a8..cfa3a84a2af03c100741cb7e5b352781adf60b00 100644
(file)
--- a/
drivers/gpu/drm/radeon/dce3_1_afmt.c
+++ b/
drivers/gpu/drm/radeon/dce3_1_afmt.c
@@
-173,7
+173,7
@@
void dce3_2_hdmi_update_acr(struct drm_encoder *encoder, long offset,
struct drm_device *dev = encoder->dev;
struct radeon_device *rdev = dev->dev_private;
- WREG32(HDMI0_ACR_PACKET_CONTROL + offset,
+ WREG32(
DCE3_
HDMI0_ACR_PACKET_CONTROL + offset,
HDMI0_ACR_SOURCE | /* select SW CTS value */
HDMI0_ACR_AUTO_SEND); /* allow hw to sent ACR packets when required */