drm/i915/dsi: clean up MIPI DSI pipe vs. port usage
authorJani Nikula <[email protected]>
Fri, 14 Nov 2014 14:54:21 +0000 (16:54 +0200)
committerDaniel Vetter <[email protected]>
Wed, 3 Dec 2014 08:35:25 +0000 (09:35 +0100)
commite7d7cad08d35329a5a783a0aa620560223fe0eb8
treeefb969eb20eafcca30f32ba09444b15eb6d43b68
parent1362b7764088d49cedf87cd9d0b6ac2f16306dbf
drm/i915/dsi: clean up MIPI DSI pipe vs. port usage

MIPI DSI works on ports A and C, which map to pipes A and B,
respectively. Things are going to get more complicated with the
introduction of dual link DSI support, so clean up the register defines
and code to match reality.

Signed-off-by: Jani Nikula <[email protected]>
Reviewed-by: Gaurav K Singh <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_dsi.c
drivers/gpu/drm/i915/intel_dsi.h
drivers/gpu/drm/i915/intel_dsi_cmd.c