]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Use transcoder as index to MIPI regs
authorShashank Sharma <shashank.sharma@intel.com>
Mon, 2 Jun 2014 12:37:48 +0000 (18:07 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Jun 2014 14:36:05 +0000 (16:36 +0200)
commit62dc1cddf393af4e9b2b3206773a419ea5e45b83
tree112e81df9f17b82a6243d7aa7793179fd9d17a2d
parentec40d30848f8caa946084c2fbd3dce22183bd863
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 <shashank.sharma@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h