]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Silence the change of LVDS sync polarity
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 14 Apr 2012 16:41:59 +0000 (17:41 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Apr 2012 20:50:38 +0000 (22:50 +0200)
commit284d5df5716aad3c729d1ac4a2a93b8d0ac33ecc
tree776b1784f60844721637ee8249804ad3759a84c0
parent1fa611065080cf86d783a8e3acaa3de0f04eacd3
drm/i915: Silence the change of LVDS sync polarity

When the change to start adjusting the sync polarity of the LVDS mode
was introduced in

commit aa9b500ddf1a6318e7cf8b1754696edddae86db9
Author: Bryan Freed <bfreed@google.com>
Date:   Wed Jan 12 13:43:19 2011 -0800

    drm/i915: Honour LVDS sync polarity from EDID

we made the change in state verbose so that we could quickly spot any
regressions that made have also been introduced with it. As there do not
appear to have been any, remove the extra logging.

v2: Remove the no longer used variables.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c