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)
commitc810ddd6bbbf5b091210e16cc933239e750537b1
tree23068d248a62dd94e0a71e35c2c3cce595a370ab
parent52ac005c3285617ddcaadc6692744ac057273a32
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