From: Ville Syrjälä Date: Wed, 4 Sep 2013 15:25:22 +0000 (+0300) Subject: drm/i915: Use adjusted_mode appropriately when computing watermarks X-Git-Tag: v3.13-rc1~76^2~114^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fe8590a921d0b2e36e542dbfa89a8c5993f5a3f;p=pandora-kernel.git 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ä Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed