]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: inline intel_best_encoder
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 2 Jul 2012 08:45:45 +0000 (10:45 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Sep 2012 05:56:35 +0000 (07:56 +0200)
commitad2f44cff42f9f8596cd6140f833e52a30e62e38
treea413389740692f096e0995a968459f7347879077
parente3503017ef2f0674891807dfeb5257605f2fd87c
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>
drivers/gpu/drm/i915/intel_display.c