From: Ville Syrjälä Date: Wed, 9 Apr 2014 10:29:09 +0000 (+0300) Subject: drm/i915/chv: Handle video DIP registers on CHV X-Git-Tag: cleanup-for-v3.18~84^2~63^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dcbc34d12ba463d5c0be5d96762911707844098;p=pandora-kernel.git drm/i915/chv: Handle video DIP registers on CHV The DIP registers are a mess on VLV and CHV. The register block on pipe A is different than the register block on pipes B and C. In order to handle that using the pipe offsets, we'd need a new pipe offset per register, which seems wasteful. So instead just use the _PIPE3() macro to handle these registers. Signed-off-by: Ville Syrjälä Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed