]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc263624899003a56d5461a632a4f8f552095827e
tree84617de6e6ac580a1b6312c625c148fc81a2bd01
parent72d79c1974929a05317064f0758f15a69db23628
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