]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dsi: clean up MIPI DSI pipe vs. port usage
authorJani Nikula <jani.nikula@intel.com>
Fri, 14 Nov 2014 14:54:21 +0000 (16:54 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Dec 2014 08:35:25 +0000 (09:35 +0100)
commite08500b50ddd57169624c7cc56be1ce42e475375
treeefb969eb20eafcca30f32ba09444b15eb6d43b68
parent66047160b8085e71e973e2e420fe36198fe3b0a7
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 <jani.nikula@intel.com>
Reviewed-by: Gaurav K Singh <gaurav.k.singh@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
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