drm/tegra: Add DSI support
authorThierry Reding <treding@nvidia.com>
Tue, 3 Sep 2013 06:45:46 +0000 (08:45 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 20 Dec 2013 14:56:04 +0000 (15:56 +0100)
commitdec727399a4b36bec87b7b4d4c1b20025e69758a
tree23068d248a62dd94e0a71e35c2c3cce595a370ab
parentb5190022f77a41465c2202f621a5fa07c9aabb7b
drm/tegra: Add DSI support

This commit adds support for both DSI outputs found on Tegra. Only very
minimal functionality is implemented, so advanced features like ganged
mode won't work.

Due to the lack of other test hardware, some sections of the driver are
hardcoded to work with Dalmore.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
drivers/gpu/drm/tegra/Kconfig
drivers/gpu/drm/tegra/Makefile
drivers/gpu/drm/tegra/dc.h
drivers/gpu/drm/tegra/drm.c
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/dsi.c [new file with mode: 0644]
drivers/gpu/drm/tegra/dsi.h [new file with mode: 0644]
drivers/gpu/drm/tegra/mipi-phy.c [new file with mode: 0644]
drivers/gpu/drm/tegra/mipi-phy.h [new file with mode: 0644]
drivers/gpu/drm/tegra/output.c