From: "Christian König" <deathsimple@vodafone.de>
To: Alex Deucher <alexdeucher@gmail.com>, dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: Re: [PATCH 1/2] drm/radeon/audio: don't set speaker allocation on DCE3.2
Date: Fri, 18 Oct 2013 08:37:07 +0200 [thread overview]
Message-ID: <5260D713.8080603@vodafone.de> (raw)
In-Reply-To: <1382041373-2162-1-git-send-email-alexander.deucher@amd.com>
Am 17.10.2013 22:22, schrieb Alex Deucher:
> It causes hangs on some asics.
>
> Bug:
> https://bugs.freedesktop.org/show_bug.cgi?id=70439
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Both are: Reviewed-by: Christian König <christian.koenig@amd.com>
> ---
> drivers/gpu/drm/radeon/r600_hdmi.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c b/drivers/gpu/drm/radeon/r600_hdmi.c
> index 5b72931..06022e3 100644
> --- a/drivers/gpu/drm/radeon/r600_hdmi.c
> +++ b/drivers/gpu/drm/radeon/r600_hdmi.c
> @@ -309,6 +309,9 @@ 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);
next prev parent reply other threads:[~2013-10-18 6:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-17 20:22 [PATCH 1/2] drm/radeon/audio: don't set speaker allocation on DCE3.2 Alex Deucher
2013-10-17 20:22 ` [PATCH 2/2] drm/radeon: rework audio option Alex Deucher
2013-10-18 6:47 ` Rafał Miłecki
2013-10-18 6:37 ` Christian König [this message]
2013-10-18 6:49 ` [PATCH 1/2] drm/radeon/audio: don't set speaker allocation on DCE3.2 Rafał Miłecki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5260D713.8080603@vodafone.de \
--to=deathsimple@vodafone.de \
--cc=alexander.deucher@amd.com \
--cc=alexdeucher@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.