From: Damien Lespiau Date: Tue, 4 Nov 2014 17:06:48 +0000 (+0000) Subject: drm/i915/skl: Store the new WM state at the very end of the update X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~64^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b0deb4cba206c6f8cf9225080ac49e02183376;p=pandora-kernel.git drm/i915/skl: Store the new WM state at the very end of the update We're going to add a new step, let's not hide the copy of the new WM state inside one inner function, but as a 1st level operation in the WM update. v2: Split the staging results structure to not exceed the 1Kb stack allocation in skl_update_wm() Reviewed-by: Ville Syrjälä Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed