drm/i915: Make the connector->encoder relationship explicit
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 9 Sep 2010 15:20:55 +0000 (16:20 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 9 Sep 2010 16:00:43 +0000 (17:00 +0100)
Currently we have a exact mapping of a connector onto an encoder for its
whole lifetime. Make this an explicit property of the structure and so
simplify the code.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found