drm/i915: fix WRPLL clock calculation
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 22 Jan 2014 20:58:04 +0000 (12:58 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Jan 2014 16:23:00 +0000 (17:23 +0100)
commit20f0ec16ca5c51accdb9a7631411b39aa6b4256e
tree070d0faff0acf7be37a66a0b772436bb5d7727d4
parentf113d75019dfad7758c723116c7ae0ddd97d91ed
drm/i915: fix WRPLL clock calculation

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 <przanoni@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Tested-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ddi.c
This page took 0.032089 seconds and 5 git commands to generate.