drm/tegra: dsi: Demidlayer
authorThierry Reding <treding@nvidia.com>
Tue, 2 Dec 2014 16:30:23 +0000 (17:30 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:48 +0000 (10:14 +0100)
commit5b901e78b24539f4a1e194e8058f26ab38623c37
treeb6ba3d3a32ae2448f744ef10a8f75dcc66aa20dd
parent596827196f5fad8ac77201058978128f6c06f234
drm/tegra: dsi: Demidlayer

Implement encoder and connector within the DSI driver itself using the
Tegra output helpers rather than using the Tegra output as midlayer. By
doing so one level of indirection is removed and output drivers become
more flexible while keeping the majority of the advantages provided by
the common output helpers.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/dsi.c
drivers/gpu/drm/tegra/output.c