]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit532da63d1cbb46a174bb2c22a775b218871cc2ab
tree23084407a935d7a871c623c512a510e35096263f
parentecbb97198da51bbb5071a9ea1ac8daa96cfde44d
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