From: Ville Syrjälä Date: Wed, 9 Oct 2013 16:17:58 +0000 (+0300) Subject: drm/i915: Use intel_pipe_wm in hsw_find_best_results X-Git-Tag: v3.13-rc1~76^2~68^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198a1e9b1822099f60945a6c46b1f59727347817;p=pandora-kernel.git drm/i915: Use intel_pipe_wm in hsw_find_best_results Let's try to keep using the intermediate intel_pipe_wm representation for as long as possible. It avoids subtle knowledge about the internals of the hardware registers when trying to choose the best watermark configuration. While at it replace the memset() w/ zero initialization. Signed-off-by: Ville Syrjälä Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed