]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: fix haswell linetime watermarks calculation
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 3 May 2013 20:23:40 +0000 (17:23 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 21 May 2013 09:26:52 +0000 (11:26 +0200)
commiteaa591ec528ad75bb4c77606c5cb671f05e04db6
tree3021f454514d44379ecf9f9b5d57c24341f64b36
parent7366937312d4e406539b1cf70e1562358bdd560e
drm/i915: fix haswell linetime watermarks calculation

Move the "*8"  calculation to the left side so we don't propagate
rounding errors. Also use DIV_ROUND_CLOSEST because that's what the
spec says we need to do.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c