Re: [Intel-gfx] [PATCH 11/15] drm/i915: compute fdi lane config earlier

2013-04-29 Thread Imre Deak
On Fri, 2013-04-19 at 11:24 +0200, Daniel Vetter wrote: > Now that it's split up, we can easily move it around and precompute > the fdi lane configuration. > > Signed-off-by: Daniel Vetter Reviewed-by: Imre Deak > --- > drivers/gpu/drm/i915/intel_display.c | 71 > +---

[Intel-gfx] [PATCH 11/15] drm/i915: compute fdi lane config earlier

2013-04-19 Thread Daniel Vetter
Now that it's split up, we can easily move it around and precompute the fdi lane configuration. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 71 +--- 1 file changed, 34 insertions(+), 37 deletions(-) diff --git a/drivers/gpu/drm/i915/in