[PATCH 09/22] drm/i915: Use intel_best_encoder() directly

2012-11-12 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? All connectors use intel_best_encoder() as their best_encoder() func, so just call it directly w/o the indirection. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/i915/intel_atomic.c | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers

[PATCH 09/22] drm/i915: Use intel_best_encoder() directly

2012-11-12 Thread ville . syrjala
From: Ville Syrjälä All connectors use intel_best_encoder() as their best_encoder() func, so just call it directly w/o the indirection. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_atomic.c | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers