From: Paulo Zanoni Date: Fri, 24 May 2013 14:59:18 +0000 (-0300) Subject: drm/i915: add haswell_update_sprite_wm X-Git-Tag: v3.11-rc1~65^2~105^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=526682e9fabf22e82a02383e8f864a7330b73b25;p=pandora-kernel.git drm/i915: add haswell_update_sprite_wm On Haswell, whenever we change the sprites we need to completely recalculate all the watermarks, because the sprites are one of the parameters to the LP watermarks, so a change on the sprites may trigger a change on which LP levels are enabled. So on this commit we store all the parameters we need to store for proper recalculation of the Haswell WMs and then call haswell_update_wm. Notice that for now our haswell_update_wm function is not really using these parameters we're storing, but on the next commits we'll use these parameters. Signed-off-by: Paulo Zanoni Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed