summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_hdmi.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-09-18 18:07:08 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-10-01 09:00:04 -0400
commit4adb34ef7821224255f447a9c07871ecbfbb6f92 (patch)
tree9c493be518f88b5adb9ecee3b2a71d92db8009c4 /drivers/gpu/drm/radeon/r600_hdmi.c
parentd3d8c141a333879719173a522a89532bf8d32229 (diff)
downloadop-kernel-dev-4adb34ef7821224255f447a9c07871ecbfbb6f92.zip
op-kernel-dev-4adb34ef7821224255f447a9c07871ecbfbb6f92.tar.gz
drm/radeon: disable audio when we disable hdmi (v2)
This should allow the audio driver to get a better idea of whether the sink is connected or not. v2: fix copy/paste typo noticed by David Henningsson Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/r600_hdmi.c')
-rw-r--r--drivers/gpu/drm/radeon/r600_hdmi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c b/drivers/gpu/drm/radeon/r600_hdmi.c
index a510689..b90dc0e 100644
--- a/drivers/gpu/drm/radeon/r600_hdmi.c
+++ b/drivers/gpu/drm/radeon/r600_hdmi.c
@@ -691,6 +691,11 @@ void r600_hdmi_enable(struct drm_encoder *encoder, bool enable)
if (!enable && !dig->afmt->enabled)
return;
+ if (!enable && dig->afmt->pin) {
+ r600_audio_enable(rdev, dig->afmt->pin, 0);
+ dig->afmt->pin = NULL;
+ }
+
/* Older chipsets require setting HDMI and routing manually */
if (!ASIC_IS_DCE3(rdev)) {
if (enable)
OpenPOWER on IntegriCloud