From: Alex Deucher Date: Wed, 10 Dec 2014 14:42:10 +0000 (-0500) Subject: drm/radeon: properly filter DP1.2 4k modes on non-DP1.2 hw X-Git-Tag: fixes-v4.0-rc1~322^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=410cce2a6b82299b46ff316c6384e789ce275ecb;p=pandora-kernel.git drm/radeon: properly filter DP1.2 4k modes on non-DP1.2 hw The check was already in place in the dp mode_valid check, but radeon_dp_get_dp_link_clock() never returned the high clock mode_valid was checking for because that function clipped the clock based on the hw capabilities. Add an explicit check in the mode_valid function. bug: https://bugs.freedesktop.org/show_bug.cgi?id=87172 Signed-off-by: Alex Deucher Cc:stable@vge.kernel.org --- Reading git-diff-tree failed