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:
832eafa
)
drm/radeon: enable speaker allocation setup on dce3.2
author
Alex Deucher
<alexander.deucher@amd.com>
Tue, 18 Feb 2014 16:12:11 +0000
(11:12 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 27 Feb 2014 19:21:37 +0000
(14:21 -0500)
Now that we disable audio while setting up the audio
hw, we should be able to set this up without hangs.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/radeon/r600_hdmi.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/r600_hdmi.c
b/drivers/gpu/drm/radeon/r600_hdmi.c
index ec810cd7247be813286ba1cd2b894bff9813e029..85a2bb28aed27699e464edc54a8573c8d1d41b39 100644
(file)
--- a/
drivers/gpu/drm/radeon/r600_hdmi.c
+++ b/
drivers/gpu/drm/radeon/r600_hdmi.c
@@
-329,9
+329,6
@@
static void dce3_2_afmt_write_speaker_allocation(struct drm_encoder *encoder)
u8 *sadb;
int sad_count;
- /* XXX: setting this register causes hangs on some asics */
- return;
-
list_for_each_entry(connector, &encoder->dev->mode_config.connector_list, head) {
if (connector->encoder == encoder) {
radeon_connector = to_radeon_connector(connector);