Re: [Intel-gfx] [PATCH] drm/i915: fix WRPLL clock calculation

2014-01-23 Thread Daniel Vetter
On Thu, Jan 23, 2014 at 02:37:24PM -0200, Paulo Zanoni wrote: > 2014/1/22 Jesse Barnes : > > Forgot to convert to using the refclk variable when I added refclk > > readout support, and Paulo noticed the resulting calculation was off due > > to the way p & r are stored. > > > > Reported-by: Paulo Za

Re: [Intel-gfx] [PATCH] drm/i915: fix WRPLL clock calculation

2014-01-23 Thread Paulo Zanoni
2014/1/22 Jesse Barnes : > Forgot to convert to using the refclk variable when I added refclk > readout support, and Paulo noticed the resulting calculation was off due > to the way p & r are stored. > > Reported-by: Paulo Zanoni > Signed-off-by: Jesse Barnes Reviewed-by: Paulo Zanoni Tested-by

[Intel-gfx] [PATCH] drm/i915: fix WRPLL clock calculation

2014-01-22 Thread Jesse Barnes
Forgot to convert to using the refclk variable when I added refclk readout support, and Paulo noticed the resulting calculation was off due to the way p & r are stored. Reported-by: Paulo Zanoni Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_ddi.c | 3 ++- 1 file changed, 2 insertio