From: Jani Nikula Date: Fri, 19 Oct 2012 11:51:47 +0000 (+0300) Subject: drm/i915/lvds: Move some connector specific info across from the encoder X-Git-Tag: v3.8-rc1~82^2~192^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62165e0def63fa3a5073c7337f92660e526de370;p=pandora-kernel.git drm/i915/lvds: Move some connector specific info across from the encoder As there is 1:1 mapping between encoder and connector for the LVDS, the goal is to simply reduce the amount of noise within the connector functions, i.e. we split the encoder/connector for LVDS as best we can and try to only operate on the LVDS connector from the connector funcs and the LVDS encoder form the encoder funcs. Based on earlier work by Chris Wilson CC: Chris Wilson Signed-off-by: Jani Nikula Reviewed-by: Jesse Barnes Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed