drm/radeon: fix HDMI quantization_range for pre-DCE5 asics
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Aug 2015 13:52:22 +0000 (09:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 28 Aug 2015 19:04:16 +0000 (15:04 -0400)
commit86b7709d48f0df8796bddd7e1ce45c6fb7a7c6ec
tree02dfeefaaca536e64a20343e0a5ba3e2bc329ae3
parent92cffd56b21c825579f3b37bc7803e4c37073076
drm/radeon: fix HDMI quantization_range for pre-DCE5 asics

Support for output_csc is only available on DCE5 and newer so
don't mess with the HDMI quantization_range on pre-DCE5 asics.

bug:
https://bugs.freedesktop.org/show_bug.cgi?id=83226

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/radeon_audio.c