drm/i915/lvds: Introduce intel_lvds_connector
authorJani Nikula <jani.nikula@intel.com>
Fri, 19 Oct 2012 11:51:44 +0000 (14:51 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 22 Oct 2012 16:03:20 +0000 (18:03 +0200)
commitc7362c4dace5b61b28814fb61624f0ac069b08b0
treed60f0c90954f6afcdc2f5e6b1c6d1b8505cbb63b
parent29b99b4841cc15854475a299aceaa018e7a468f1
drm/i915/lvds: Introduce intel_lvds_connector

Introduce a local structure to move LVDS specific information away from the
drm_i915_private and onto the LVDS connector.

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