drm/i915/lvds: Move some connector specific info across from the encoder
authorJani Nikula <jani.nikula@intel.com>
Fri, 19 Oct 2012 11:51:47 +0000 (14:51 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 22 Oct 2012 16:08:41 +0000 (18:08 +0200)
commit62165e0def63fa3a5073c7337f92660e526de370
tree23084407a935d7a871c623c512a510e35096263f
parent0657b6b111e1ffa330f961931f72f5d14306dbcb
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 <chris@chris-wilson.co.uk>

CC: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_lvds.c
This page took 0.041975 seconds and 5 git commands to generate.