]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Set i9xx sdvo clock limits according to specifications
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Wed, 13 Feb 2013 21:20:22 +0000 (22:20 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 17 Feb 2013 18:05:16 +0000 (19:05 +0100)
commit0568d08790bff87652aabed3b0f534fbc0a6f651
treee61eba9d2d5e22656ef8f09e7ecd67a02fbf9561
parent5b7c3205df4b02f176296ea2fdb7377e46250052
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 <patrik.r.jakobsson@gmail.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56359
Cc: stable@vger.kernel.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c