Re: [Intel-gfx] [PATCH 3/7] drm/i915: move dp clock computations to encoder->compute_config

2013-04-25 Thread Ville Syrjälä
On Thu, Apr 25, 2013 at 02:04:45PM +0200, Daniel Vetter wrote: > On Thu, Apr 25, 2013 at 02:34:39PM +0300, Ville Syrjälä wrote: > > On Fri, Apr 19, 2013 at 11:14:33AM +0200, Daniel Vetter wrote: > > > With the exception of hsw, which has dedicated DP clocks which run at > > > the fixed frequency al

Re: [Intel-gfx] [PATCH 3/7] drm/i915: move dp clock computations to encoder->compute_config

2013-04-25 Thread Daniel Vetter
On Thu, Apr 25, 2013 at 02:34:39PM +0300, Ville Syrjälä wrote: > On Fri, Apr 19, 2013 at 11:14:33AM +0200, Daniel Vetter wrote: > > With the exception of hsw, which has dedicated DP clocks which run at > > the fixed frequency already, and vlv, which doesn't have optmized > > pre-defined dp clock pa

Re: [Intel-gfx] [PATCH 3/7] drm/i915: move dp clock computations to encoder->compute_config

2013-04-25 Thread Ville Syrjälä
On Fri, Apr 19, 2013 at 11:14:33AM +0200, Daniel Vetter wrote: > With the exception of hsw, which has dedicated DP clocks which run at > the fixed frequency already, and vlv, which doesn't have optmized > pre-defined dp clock parameters (yet). So it looks like were still going through the full com

[Intel-gfx] [PATCH 3/7] drm/i915: move dp clock computations to encoder->compute_config

2013-04-19 Thread Daniel Vetter
With the exception of hsw, which has dedicated DP clocks which run at the fixed frequency already, and vlv, which doesn't have optmized pre-defined dp clock parameters (yet). Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 97 +--