]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Set i9xx lvds clock limits according to specifications
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Wed, 13 Feb 2013 21:20:21 +0000 (22:20 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 15 Feb 2013 09:30:48 +0000 (10:30 +0100)
commit5b7c3205df4b02f176296ea2fdb7377e46250052
tree0611bd57a81bbdb105e1312069d34dbc715916b1
parenta5999c48476ab6f27200e21244231eb764d1c3eb
drm/i915: Set i9xx lvds 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>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c