From: Ville Syrjälä Date: Fri, 5 Jul 2013 08:57:21 +0000 (+0300) Subject: drm/i915: Split out reading of HSW watermark latency values X-Git-Tag: v3.12-rc1~136^2~59^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b134df4e42ea1ac141388e563346777f8a1605;p=pandora-kernel.git drm/i915: Split out reading of HSW watermark latency values Move parsing of MCH_SSKPD to a separate function, we'll add other platforms there later. Note: Chris spotted an empty struct initializer and wondered whether that is hiding a compilier warning. Ville explained that it should have been part of the patch that extends this function to snb/ivb, which don't have all levels hsw has. I've figured it's ok to keep it here with a small note. Signed-off-by: Ville Syrjälä Reviewed-by: Paulo Zanoni [danvet: Add note about the ominous struct initializer.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed