commit | df0e924883d029a8651a2a0c7b8da67a07611ed2 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Sep 09 16:20:55 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Sep 09 17:00:43 2010 +0100 |
tree | 7482d6c4942c709f2c6812f397c3239326ade3b8 | |
parent | f875c15a4fbf37534dda30771d8bde8604fbbf09 [diff] |
drm/i915: Make the connector->encoder relationship explicit 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>