From: Shashank Sharma Date: Mon, 2 Jun 2014 12:37:48 +0000 (+0530) Subject: drm/i915: Use transcoder as index to MIPI regs X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~63^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2560a66af86f19f3e84122a1887cca81e83dec3;p=pandora-kernel.git drm/i915: Use transcoder as index to MIPI regs Conceptually, the MIPI registers are addressed by the MIPI transcoder index, not the pipe. It doesn't matter right now, because there's a 1:1 relationship between pipes and MIPI transcoders, but that change allows us to break that link in the future V1: Created new patch to address Damien's review comment. Replacing _PIPE calls to _TRANSCODER calls V2: Re-basing on patch 2 V3: Re-basing on patch 2 V4: Re-basing on patch 2 Signed-off-by: Shashank Sharma Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed