drm/radeon: fix the audio dpms callbacks
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Feb 2015 15:04:11 +0000 (10:04 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Mar 2015 22:28:20 +0000 (17:28 -0500)
commitadd7d7596612bac594201da151a3ed6f8e94fc33
tree84617de6e6ac580a1b6312c625c148fc81a2bd01
parented9ed50ccc2c16690b921171c809f6f15255ac65
drm/radeon: fix the audio dpms callbacks

Don't touch the audio enable bits as these are already
handled in display detection.  Enable the hdmi secondary
streams in hdmi enable to match dp.  Rename dp dpms
callback to be consistent with hdmi.

bug:
https://bugs.freedesktop.org/show_bug.cgi?id=89327
https://bugzilla.kernel.org/show_bug.cgi?id=93921

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/dce6_afmt.c
drivers/gpu/drm/radeon/evergreen_hdmi.c
drivers/gpu/drm/radeon/r600_hdmi.c
drivers/gpu/drm/radeon/radeon_audio.c