]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Use adjusted_mode appropriately when computing watermarks
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 4 Sep 2013 15:25:22 +0000 (18:25 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 16 Sep 2013 21:32:31 +0000 (23:32 +0200)
commit4fe8590a921d0b2e36e542dbfa89a8c5993f5a3f
treed838be336a72c01cbbf35511b032dd5e04428a5b
parentef644fdac1709b91a8c7df546c6d597388f17a1b
drm/i915: Use adjusted_mode appropriately when computing watermarks

Currently most of the watermark code looks at crtc->mode which is the
user requested mode. The only piece of information there that is
relevant is hdisplay, the rest must come from adjusted_mode. Convert
all of the code to use requested_mode and adjusted_mode from
pipe config appropriately.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c