From: Patrik Jakobsson Date: Wed, 13 Feb 2013 21:20:22 +0000 (+0100) Subject: drm/i915: Set i9xx sdvo clock limits according to specifications X-Git-Tag: v3.9-rc1~83^2~11^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7dfb6788dd022446847fbbfbe45e13bedb5be2;p=pandora-kernel.git drm/i915: Set i9xx sdvo clock limits according to specifications The Intel PRM says the M1 and M2 divisors must be in the range of 10-20 and 5-9. Since we do all calculations based on them being register values (which are subtracted by 2) we need to specify them accordingly. Signed-off-by: Patrik Jakobsson Reviewed-by: Chris Wilson Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56359 Cc: stable@vger.kernel.org Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed