commit | 6d832d189bb671cfa2c681d97625bab2d6463c66 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Jul 02 10:45:45 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Sep 06 07:56:35 2012 +0200 |
tree | a413389740692f096e0995a968459f7347879077 | |
parent | 4f660f49b9d68e53d85f5ce4f5bbf167257e7fc2 [diff] |
drm/i915: inline intel_best_encoder Also kill the error-path, we have a fixed connector->encoder mapping. Unfortunately we can't rip out all the ->best_encoder callbacks, these are all still used by the fb_helper. Neat helper layering violation there. Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>