Commit 21a4209d authored by Alex Deucher's avatar Alex Deucher Committed by Jiri Slaby

drm/radeon: enable speaker allocation setup on dce3.2

commit 3803c8e5 upstream.

Now that we disable audio while setting up the audio
hw, we should be able to set this up without hangs.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent d6bb21f4
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment