]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6646630008ab7275fdc23ea9c234fa697cb91e29
treeb6ba3d3a32ae2448f744ef10a8f75dcc66aa20dd
parent659cb9733d54edbc58f96ec3a577b8fc167303a2
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